@charset "utf-8";
/* CSS Document */

/*
▁ ▂ ▄ ▅ ▆ ▇ █
================================================== code & theme designed & developed by daynitecoders
=========================================================================================
=========================================================================================
=========================================================================================
Developer: @jai_hacker
Themename: pcodd_jrtp
version: 0.1
website: www.daynitecoders.com
email: daynitecoders@gmail.com
call-us or whatsapp: +91-89686-26137
Landline: 0175-5120165 
country:India
------------------------
Note: Without the permission of using a theme, code will be punishable.
================================================== code & theme designed & developed by daynitecoders
=========================================================================================
=========================================================================================
=========================================================================================
▁ ▂ ▄ ▅ ▆ ▇ █
*/
*
{
    margin: 0;
    padding: 0;
   box-sizing: border-box;
}
@font-face
{
	font-family:Pacifico-Regular;
	src:url("../font/Pacifico/Pacifico-Regular.ttf");
}
@font-face
{
	font-family:sPoppinsBold;
	src:url("../font/Poppins/Poppins-Bold.ttf");
}

@font-face
{
	font-family:sPoppinsRegular;
    src:url("../font/Poppins/Poppins-Regular.ttf");
}



@font-face
{
	font-family:sVolkhovBold;
	src:url("../font/Volkhov/Volkhov-Bold.ttf");
}

@font-face
{
	font-family:sVolkhovRegular;
    src:url("../font/Volkhov/Volkhov-Regular.ttf");
}

.st0{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;enable-background:new    ;}
.st1{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:12;enable-background:new    ;}
.st2{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-miterlimit:10;enable-background:new    ;}
.st3{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;stroke-dasharray:12;enable-background:new    ;}
.st4{fill:none;stroke:#FFFFFF;stroke-width:0.75;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:5;}

.st5{fill:none;stroke:#FFFFFF;stroke-width:0.75;stroke-linecap:round;stroke-miterlimit:2;stroke-dasharray:5;enable-background:new    ;}
.st6{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-miterlimit:2;stroke-dasharray:5;enable-background:new    ;}
.st7{stroke:#FFFFFF;stroke-miterlimit:10;}
.st8{fill:none;stroke:#FFFFFF;stroke-width:0.75;stroke-linecap:round;stroke-miterlimit:2;enable-background:new    ;}


.primay-bgorange
{
    background: #FA7436;

}

.primay-borderorange
{
    border: 1px solid #FA7436;


}

.primay-textorange
{
    color: #FA7436;

}
.primay-bgblack
{
    background: #222222;

}

.primay-textblack
{
    color: #222222;

}

.secondary-bgblue
{
    background: #4086f4;

}


.secondary-bgyellow
{
    background: #FFB60A;

}

.f-poppinstextbold
{

    font-family:sPoppinsBold, serif;
}

.f-poppinstextregular
{
    font-family:sPoppinsRegular, serif;
}

.navbar-brandtext
{
   font-family:sVolkhovBold, serif;
}

.navbar-signupntn
{
    width: auto;
    text-align: center;
}

#navbarNav ul li a
{
    text-decoration: none;
     font-size:15px;
    margin:5px;
     transition: transform .2s ease-in-out;
}


.nav-item a:hover,.nav-item.active
{
    color:#FFFFFF;
    font-weight: 400;
    transform: scale(1.2);
    transition: ease all 0.35s;
}

.dropdown-item:hover
{
   background:none;
}
.dropdown:hover>.dropdown-menu {
    display:block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#rotate_circle
{
    background-color: #FFDF00;
    animation: rotate 5s linear infinite;
}


@keyframes  rotate {
    0% {
        stroke-dashoffset: 100;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

#first-sectionarea
{background-color: #212121;}


#secondsection-area
{background-color: #212121;}

#secondsection-area h1
{
    padding:12px;
    font-family:sPoppinsBold, serif;
    font-size:65px;
    color:#ffffff;
}

#secondsection-area h4
{
     font-family:sPoppinsBold, serif;
    font-size:40px;
    word-spacing:2px;
    color:bisque;
}

.blink
{
    animation: blink 4s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


#whychoosesection-area h1
{
    font-family: sPoppinsBold, serif;
    font-size:50px;
    color:#000000;

}

#whychoosesection-area h4
{
    font-family: sPoppinsRegular, serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.20px;
}

#whychoosesection-area h5
{
     font-family:sPoppinsBold, serif;
    font-size: 16px;
    color:#000000;
}

#whybox-ctnt
{
font-family: sPoppinsRegular, serif;
   font-size: 14px;
   font-weight: 400;
    text-align: justify-all;
    word-break: break-word;
}


#whychoosesection-area .one
{
    background-color:#BCCBC9;
   width: 18rem;
}

#whychoosesection-area .two
{
    background-color:#bbdefb;
     width: 18rem;
}

#whychoosesection-area .three
{
    background-color:#b2dfdb; width: 18rem;
}

#whychoosesection-area .four
{
    background-color:#f0f4c3; width: 18rem;
}

#whychoosesection-area .five
{
    background-color:#ffe0b2; width: 18rem;
}

#whychoosesection-area .six
{
    background-color:#f5f5f5; width: 18rem;
}




#thirdsection
{
background-color: #dfebfb;
    min-height: 200px;
}

#thirdsection h2
{
     font-family: sPoppinsBold, serif;
    font-size:50px;

}

#thirdsection p
{
    font-family: sPoppinsRegular, serif;
   font-size: 16px;
   font-weight: 400;
   letter-spacing: -0.20px;
}


#third-section_courseslist ul
{
    list-style-type: none;
}

#third-section_courseslist li:before {
  content: " ★ ";
}
   #third-section_courseslist li
{
    padding:12px;
    margin: 8px;
    width:auto;
       font-family: sPoppinsRegular, serif;
       text-align: justify-all;
       word-break: break-word;
    font-size:14px;
     transition: transform .2s;
    background: white;

}
 #third-section_courseslist li:hover {
  transform: scale(1.2);
    cursor: pointer;
     border:1px solid rgba(0,0,0,0.1);
}



#forthection-area h2
{
    padding:12px;
    font-family: sPoppinsBold, serif;
    font-size:70px;
    color:#000000;

}

#forthsection-area h4
{
     font-family:sPoppinsBold, serif;
    font-size:40px;
    word-spacing:2px;
    color:#000000;
}

#forthsection-area p
{
    font-family: sPoppinsRegular, serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify-all;
    letter-spacing: 1px;
}
#fifthsection-area h2
{
    padding:12px;
    font-family: sPoppinsBold, serif;
    font-size:70px;
    color:#000000;
    }

#fifthsection-area h4
{
    font-family: sPoppinsBold, serif;
    font-size:40px;
    word-spacing:2px;
    color:#000000;
}

/*.brand-slider
{
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;    }

.brand-slider .brand-slider-run
{
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(250px * 14);
    }

.brand-slider .brand-slide img {
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand-slider .brand-slide
{
    width: 250px;
    height: 100px;
}

@keyframes scroll {
    0%
    {
        transform: translateX(0);
    }
    100%
    {
        transform: translateX(calc(-250px * 7));
    }

}
*/

.brand-slide img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: -webkit-filter ease 1s;
    -moz-transition: -moz-filter ease 1s;
    -o-transition: -o-filter ease 1s;
    -ms-transition: -ms-filter ease 1s;
    transition: filter ease 1s;
}
.brand-slide img:hover {
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -o-filter: grayscale(20%);
}
/* about-us*/
#about-section
{
background-color:#FEFFFF;
}
#about-section h1
{
font-family: sPoppinsBold, serif;
    font-size: 50px;
    color: #212121;
}
#about-section p
{
    font-family: sPoppinsRegular, serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify-all;
}

/* our-team */


.our-team-area {
    padding-top: 5%;
}

.our-team-area  h1
{
    font-family: sPoppinsBold, serif;
    font-size: 50px;
    color: #212121;
}
.single-team {
    background-color: #000;
    margin-bottom: 10px;
}
.single-team:hover .social {
    cursor: pointer;
    opacity: 1;
    transform: rotateY(0deg) scale(1, 1);
}
.img-area {
    overflow: hidden;
    position: relative;
}
.img-area img {
    width: 100%;
}
.img-area:hover img {
    transform: scale(1.2);
}
.img-area img {
    transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
    .img-area img {
        display: inline-block;
    }
}
.img-area .social {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.img-area .social ul {
    text-align: center;
    position: relative;
    top: 175px;
}
.img-area .social ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.img-area .social ul li a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
}
.img-text {
    padding: 25px;
    color: #fff;
    text-align: center;
}
.img-text h4 {
    margin: 0 0 5px;
    font-size: 30px;
    font-family: sPoppinsBold, serif;
    letter-spacing: 5px;
}
.img-text h5 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
}


/*verify-section start */
#verify-section
{
    background-color:#FEFFFF;
}
#verify-section h4
{
    font-family: sPoppinsBold, serif;
    font-size: 20px;
    color: #212121;
}
#verify-section p
{
    font-family: sPoppinsRegular, serif;
    font-size: 16px;
    font-weight: 400;
    text-align: justify-all;
}
#verify-section input{
    border:1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    font-size:17px;
    font-family: sPoppinsRegular, serif;
    width:20%;
    text-align: center;
    outline: none;
    color:#17202A;

}

#verify-section .getingvrfy
{
    width:600px;
    display: inline-flex;
    min-height:400px;
}


#verify-section .getingvrfy ul
{
    height: auto;
    border:none;
    background: #efefef;
    border-radius: 4px;
}
#verify-section .getingvrfy li
{
    height:auto;
    font-size: 14px;
    font-family: sPoppinsBold, serif;
    text-transform: capitalize;
}
#verify-section .getingvrfy .coursbtn
{
    border:none;
    outline:none;

}

#verify-section .getingvrfy .coursbtn:focus
{
    border:none;
    outline:none;
}
#verify-section .rounded-section
{
    display: flex;
     font-family: sPoppinsBold, serif;
}

#verify-section .download-btn-male
{
     background-color:b9c47a;
}
#verify-section .download-btn-female
{
    background-color:f27421;
}




#courses-section
{
background-color:#FEFFFF;
}
#courses-section h1
{
font-family: sPoppinsBold, serif;
    font-size: 50px;
    color: #212121;
}

#courses-section h4
{
font-family: sPoppinsBold, serif;
    font-size: 25px;
    color: #212121;
}

#courses-section h6
{
font-family: sPoppinsBold, serif;
    font-size: 20px;
    color: #212121;
}
#courses-section p
{
    font-family: sPoppinsRegular, serif;
    font-size: 14px;
    font-weight: 400;
    text-align: justify-all;
}

#courses-section .training
{
-webkit-transition: background-color 4s ease-out;
  -moz-transition: background-color 4s ease-out;
  -o-transition: background-color 4s ease-out;
  transition: background-color 4s ease-out;
}
#courses-section .training:hover
{
   
  background-color:#efefef;
  cursor: pointer;
}

#getintouch-section h2
{
    font-family: sPoppinsBold, serif;
}

#getintouch-section h4
{
    font-family: sPoppinsRegular, serif;
}
#getintouch-section h4
{
    font-family: sPoppinsRegular, serif;
}

/*verify-section end  */

.footer
{
    background-color: #212121;
    min-height: 400px;
}
.footer .f-heading h5
{
    font-family: sPoppinsBold, serif;
     color:#FFFFFF;
    font-weight: bold;
}

.footer .f-heading a {
    text-decoration: none;
    color:#FFFFFF;
}

.footer .f-text
{
    font-family: sPoppinsRegular, serif;
    font-size: 14px;
    font-weight: 400;
    text-align:justify-all;
    word-break: break-word;
    color: #FFFFFF;
}
.footer .f-text a
{
    text-decoration: none;
    color:#FFFFFF;
}
.footer .f-text a:hover
{
    text-decoration: none;
    color: #FFDF00!important;
}

/*
▁ ▂ ▄ ▅ ▆ ▇ █
================================================== code & theme designed & developed by daynitecoders
=========================================================================================
=========================================================================================
=========================================================================================
Developer: @jai_hacker
Themename: pcodd_jrtp
version: 0.1
website: www.daynitecoders.com
email: daynitecoders@gmail.com
call-us or whatsapp: +91-89686-26137
Landline: 0175-5120165 
country:India
------------------------
Note: Without the permission of using a theme, code will be punishable.
================================================== code & theme designed & developed by daynitecoders
=========================================================================================
=========================================================================================
=========================================================================================
▁ ▂ ▄ ▅ ▆ ▇ █
*/