*{
    padding:0px;
    margin:0px;
    transition: all ease-in-out 0.3s;
}
a{
    text-decoration: none;
    color: inherit;
}
body{
    /*background: url('../images/banner.jpg') no-repeat center top #ffffff;*/
    font-family: 'Roboto', sans-serif;
    background:#f6f6f6;
}
section,footer{
    overflow: hidden;
}
.iframe_area {
    width: 100%;
    height: 92vh;
}
.iframe_area iframe {
    width: 100%;
    height: 100%;
}
/*.btn:hover{
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 10s ease infinite;
    -moz-animation: Gradient 10s ease infinite;
    animation: Gradient 10s ease infinite;
}*/

.btn:hover{
background:#042c4b}



.valign-wrapper img {
    width: 100%;
}
nav {
    color: #000000;
    width: 100%;
    margin-left: 0em;
    margin-top: 0em;
    padding: 0 59px;
    position: relative;
    box-shadow: none;
    z-index: 1;
    border-top: 3px solid #fff;
}
nav .brand-logo{
    color: #d22030;
    text-transform: uppercase;
    padding-top: 0px;
    font-size: 2.7rem;
}
nav .brand-logo span{
    color: #223169;
}
nav ul {margin:0px 0 0 0;}
nav ul a{
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
nav ul li:last-child a{
    margin-right: 0px;
}

nav ul li.active,
nav ul li a:hover{
    background: none;
    color: #fff!important;
}

/*nav ul li a:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    background: #007ac9;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%);
    transition: all ease-in-out 0.3s;
}
nav ul li.active a:after,
nav ul li a:hover:after{
    width: 80%;
}*/

nav .sidenav-trigger{
    color: #000;
}
nav .sidenav-trigger {
    float: right;
    margin: 0;
}
nav .sidenav-trigger i {
    font-size: 40px;
    color: #fff;
}
.f-nav .sidenav-trigger i {
    font-size: 40px;
    color: red;
}
.parallax-container{
    height: 575px;
    width: 100%;
    top: -80px;
}
.parallax-container .wrapper{
    padding: 1em 2em;
}
.parallax-container .wrapper h2{
    font-weight: 600;
    font-size: 73px;
   /* line-height: 54px;*/
    margin-top: 0;
}
.parallax-container .wrapper h2 span{
    font-size: 40px;
    display: block;
    font-weight: 500;
    text-shadow: 0 2px #000;
}
.parallax-container .img-box{
    text-align: center;
    position: relative;
    top: 3em;
}
.parallax-container.about_page{
    height: 444px;
}
.parallax-container.career_page{
    height: 304px;
}
.parallax-container.contact_page{
    height: 445px;
    /*background-image: url('../images/contact.jpg');*/
    /*background-color: rgba(212, 21, 38, 1);*/
    /*background-blend-mode: multiply;*/
    /*background-size: cover;*/
}

.parallax:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(252, 102, 0, 0.75);
    z-index: 1;
    display: none;
}

.parallax-container p{
    
    font-size: 58px;
    text-shadow: 0 4px #971416;
    /*line-height: 37px;*/
}
.parallax-container h2 {
    font-size: 2.7rem;
}
section .heading {
    font-size: 48px;
    color: #0096b1;
    line-height: 42px;
    position: relative;
    margin-bottom: 1.5em;
    font-weight: bold;  
}
section .heading:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 6px;
    background: #0096b1;
    left: 0;
    bottom: -20px;
}
section .heading h3{
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}
section .small_heading h3{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 18px;
}
.btn_area {
    margin: 3em 0 4em 0;
    text-align: center;
    width: ;
}
.btn_area .btn-default{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border: 0;
    padding: 20px 37px;
width: 25%;
}
section .small_heading .btn_area .btn-default:hover{
    background: #4b4b4b;
    color: #fff;
}
/*section .heading h3:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #086892;
    bottom: -10px;
    left: 0;
}*/
section .heading p{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}
section .heading span{
    font-size: 18px;
    color: #57617e;
    padding-left: 58px;
    display: block;
    position: relative;
    line-height: 26px;
}
section .heading span:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #d22030;
    left: 0;
    top: 50%;
}
section .content{
    padding: 0px 0 35px;
    font-size: 16px;
    line-height: 26px;

}
.list_area{
    margin-bottom: 1em;
}
.list_area ul{
    padding-left: 6px;
}
.list_area ul li{
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
}
.list_area ul li{
}
.list_area ul li:before{
    position: absolute;
    content: '';
    left: -25px;
    top: 4px;
    width: 13px;
    height: 17px;
    background: url('../images/bullet.jpg') no-repeat;
    background-position: 0px 2px;
}
.content_heading{
    font-size: 21px;
    background: #086892;
    color: #ffffff;
    font-weight: 500;
    padding: 0.3em 0.7em;
    display: inline-block;
    margin-bottom: 20px;
}
.btn{
    background: #074777;
}
/*-----------about AREA-------------*/

.about_area{
    padding: 7em 0 5em 0;
}

.about_area p {
    margin-bottom: 20px;
    color: #444343;
}
.about_area a.readmore {
    text-transform: uppercase;
    color: #0d3f6c;
    line-height:45px;
}
.about_area a.readmore:before {
    position: relative;
    content: '>';
    width: 51px;
    height: 51px;
    background:
        #0d3f6c;
    left: 0;
    top: 0px;
    display: inline-block;
    color:
        #fff;
    float: left;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    margin: 0 10px 0 0;
    line-height: 40px;
}
.about_area p:last-child {
    margin-bottom: 0px;
}
.about_area .wrapper{
    position: relative;
}
.about_area .wrapper .img_area{
    position: absolute;
    width: 90%;
    height: 338px;
    top: 0;
    left: 0;
    border-radius: 20px;
    overflow: hidden;
}
.about_area.about_page .img_area {
    border: 4px solid #242f64;
}
.about_area .wrapper .img_area:hover{
    top: -20px;
    left: 20px;
}
.about_area .wrapper .img_area img{
    max-width: 100%;
    height: 100%;
}
.about_area .wrapper .back-side{
    background: #ccc;
    top: 0;
    left: 0;
}
.about_area.about_page .back-side {
    border: 0px solid #242f64;
}
.about_area .wrapper .back-side:hover{
    top: 0;
    left: 0;
}
.about_area .wrapper .back-side:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: rgba(212, 21, 38, 0.8);
}
.about_area .wrapper .back-side img{
    filter: blur(1px);
}
.about_area .listing ul {
    padding-left: 21px;
}
.about_area .listing ul li{
    padding-bottom: 14px;
    padding-left: 13px;
    position: relative;
}
.about_area .listing ul li:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url('../images/bullets.png') no-repeat;
    left: -24px;
    top: 0px;
}
.tabs{
    height: auto;
    width: 76%;
    background-color: #f1f1f1;
    padding: 20px;
    padding-left: 20px !important;
    border-radius: 100px;
}
.tabs .tab{
    text-transform: none;
}
.tabs .tab a{
    color: #000000;
    font-size: 20px;
    border-radius: 50px;
}
.tabs .indicator{
    height: 0;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background: #00aaff;
    color: #fff;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
    background: #00aaff;
    color: #fff;
}
/*------------Job Area-------------*/

.job_blocks{

    padding: 20px;
    
}

.job_blocks_2{

    padding: 8em 0 4em;
    background: url(../images/bg.jpg) no-repeat center top;
    
}
.job_blocks_3{

    padding: 8em 0 2em;
    background: url(../images/bg2.jpg) no-repeat center top #c02424;
    
}
.job_blocks_3 iframe {border:4px solid #fff;}
.job_blocks_2 h2{    font-size: 42px;
    margin: 0 0 60px 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    color: #fff;
}
.job_blocks_2 h2::after {
    position: relative;
    content: '';
    width: 192px;
    height: 2px;
    background: #fff;
    left: 20px;
    bottom: 10px;
    display: inline-block;
}
.job_blocks_3 h2{    font-size: 42px;
    margin: 0 0 60px 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    color: #fff;
}
.job_blocks_3 h2::after {
    position: relative;
    content: '';
    width: 192px;
    height: 2px;
    background: #fff;
    left: 20px;
    bottom: 10px;
    display: inline-block;
}
.box_white {
    background:#f6f6f6;
    padding:40px;
    position: relative;
top: -50px;
}
.owl-carousel.owl-theme {
    margin-top: 3em;
}
.owl-dots {
    margin-top: 2em;
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    height: 14px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000 !important;
}
.item .wrapper{
    background: #fff;
    padding: 30px!important;
    border-radius: 20px;
    box-shadow: none!important;
    min-height: 290px;
}
.item .wrapper .name_area{
    display: inline-flex;
    justify-content: left;
    align-items: center;
}
.item .wrapper .name_area .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.item .wrapper .name_area .img img{}
.item .wrapper .name_area .cont{
    padding-left: 20px;
}
.item .wrapper .name_area .cont span{
    display: block;
}
.item .wrapper .name_area .cont .name{
    font-size: 28px;
    color: #000;
    font-weight: 500;
}
.item .wrapper .name_area .cont .post{
    font-size: 17px;
    padding-top: 10px;
    color: #717171;
    /*display: none;*/
}
.item .wrapper .content_box{    margin-top: 14px;}
.box_white h3 {margin: 0;
padding:0 60px 30px 60px; font-size: 42px; font-weight: 500; display: inline-block;width: 800px;}

.box_white h3::before{position: relative;
    content: '';
    width: 33px;
    height: 2px;
    background: #d20b30;
    left: -50px;
    bottom: 0px;
    display: inline-block;}
    .box_white h3::after{position: relative;
    content: '';
    width: 33px;
    height: 2px;
    background: #d20b30;
    left: 140px;
    bottom: 30px;
    display: inline-block;}
.job_blocks .wrapper{
    padding: 40px 60px ;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-left: 10px solid #c02424;
}
.job_blocks_2 .wrapper{
    padding: 40px 60px ;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.job_blocks_2 .wrapper_2{
    padding: 40px 60px ;
}
.job_blocks_2 h3{    font-size: 28px;
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    
}
.process img::after {
    content: '';
    position: relative;
    background: red;
    width: 30px;
    height: 50px;
    display: inline-block;
    top: 0;
    left: 0;
    padding:30px;
}
.job_blocks .wrapper2{
    padding: 28px;
    padding-top: 5em;
}
.wrapper2 .title {
    background: #007ac9;
    display: inline-block;
    font-size: 24px;
    padding: 6px 20px;
    color: #fff;
}
.replicon{
    background: #f7f9fa;
    padding: 30px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
    border-radius: 7px;
}
.job_blocks .content{
    text-align: left;
}
.job_blocks .overlap {
    background:#fff;
    margin-top: -190px;
    border-radius: 20px;
    padding: 40px;

}
.box_design{
    background: #f2f6f7;
    padding: 5em;
}
.box_design p{
    margin: 0;
    font-size: 24px;
    color: #585858;
    text-align: center;
}
.job_blocks .heading h3 {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size:40px;
    font-weight: normal;
    color:#000;
}
.job_blocks .heading h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size:40px;
    font-weight: bold;
    color:#000;
}
.white_space {min-height: 294px;}
.job_blocks h2 {
    font-size: 42px;
    margin: 0 0 60px 0;
    padding: 0;
    font-weight: 500;
    position: relative;
    color: #000;
}
.job_blocks h2:after{
    position: relative;
    content: '';
    width: 192px;
    height: 2px;
    background: #d20b30;
    left: 20px;
    bottom: 10px;
    display: inline-block;
}
.job_blocks h1 {
    font-size: 28px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 500;
}
.job_blocks .wrapper2 p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.a_box{

    background: #f4f4f4;
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.26);
    border-radius: 4px;
    height: 236px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.2s;
    position: relative;
}

.a_box .content_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    transition: all ease-in-out 0.2s;
}
.a_box h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    color: #000;
    margin-bottom: 15px;
}
.a_box p{
    font-size: 20px;
    color: #000;
}
.a_box:hover{
    background: #007a8f;
    transition: all ease-in-out 0.2s;
}
.a_box:hover h3,
.a_box:hover p{
    color: #ffffff;
    transition: all ease-in-out 0.2s;
}
.job_blocks .content .title{
    font-size: 24px;
    margin-bottom: 8px;
}
.job_blocks .content .location{}
.job_blocks .content .job-overview{}
.job_blocks .content .job-overview h4{
    font-size: 25px;
    margin-top: 1.7rem;
    font-weight: 500;
}
.job_blocks .content .job-overview h4 span{
    font-size: 20px;
    margin-top: 3rem;
    font-weight: normal;
}
.job_blocks .content .job-overview p{
    font-size: 16px;
    margin-bottom: 15px;
}
.job_blocks .list_area{
    padding:0 0 0 20px;
    margin-top: 20px;
}
.job_blocks .list_area li{
    font-size: 16px;
    margin-bottom: 19px;
}
.wrapper2 .list_area li{
    color: #1e1e1e;
}
.img_block,
.img_block img{
    width: 100%;
}
.img_block{
    padding: 20px 0 30px;
}
.readmore{}
.readmore a{
    color: #086892;
    font-size: 14px;
}
.avaculture{
    padding: 5em 0;
}
.avaculture .heading{
    color: #000;
}
.avaculture .heading:after{
    background: #086892;
}
.avaculture .content_wrapper h5{
    font-size: 20px;
    font-weight: 500;
}
.avaculture .content_wrapper p{
    margin-bottom: 15px;
}
.avaculture .white_box {
    background: #fff;
    padding: 2em;
    margin-top: 3em;
    border-bottom: 3px solid #00aaff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.avaculture .white_box .list_area{

}
.avaculture .white_box .list_area li{
    margin-bottom: 28px;

}
.avaculture .white_box .list_area li:last-child{
    margin-bottom: 0px;
}
.avaculture .white_box .list_area ul li:before{
    background: url(../images/o_bullets_b.png) no-repeat;
}
.avaculture .white_box p{
    font-weight: 500;
}
.avaculture .white_box li{
    font-size: 15px;
}
.bg_area{
    background: #fff;
    padding: 3em 1em;
    margin-top: 3em;
    border-bottom: 3px solid #086892;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.adobe_sensei{
    background: url('../images/adobe.jpg') no-repeat center;
    padding: 3em 0;
}
.adobe_sensei .list_wrapper{
    background: #fff;
    padding: 2em;
    min-height: 250px;
}
.adobe_sensei .list_wrapper .title{
    font-size: 24px;
    font-weight: 500;
}
.adobe_sensei .list_wrapper ul{
    padding-left: 20px;
    margin-top: 20px;
}
.adobe_sensei .list_wrapper li{
    list-style-type: disc;
    margin-bottom: 6px;
}
.adobe_sensei .list_wrapper li:last-child{
    margin-bottom: 0px;
}
.gallery{

    padding: 6em 0;
}
.gallery .heading{
    color: #000;
}
.gallery img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-img_box{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 174px;
    margin-bottom: 15px;
}
.large-verticle-img_box{
    height: 363px;
    overflow: hidden;
    position: relative;
}
.large-verticle-img_box img{

}
.horizontal-small-img_box{
    width:48%;
    float: left;
    height: 174px;
    overflow: hidden;
    margin-right: 4%;
    margin-bottom: 15px;
    position: relative;
}
.horizontal-small-img_box img{
}
.verticle-large-img_box{    
    height: 174px;
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
.first_grid{
    margin-bottom: 0;
    margin-top: 15px;
}
iframe{
    margin-bottom: 20px;
}
/*--------------Testionial-------------*/
.testimonial{
    padding: 5em 0;
    background: url('../images/testi_bg.jpg') no-repeat;
}

.testimonial .content {
    padding: 20px 0 0px;
    color: #ffffff;
}

.testimonial .row{
    margin-bottom: 0;
}
.testimonial .heading {
    color: #ffffff;
}
.testimonial .box_wrapper {
    background: #fff;
    padding: 2em;
    border-radius: 20px;
    height: 294px;
}
.testimonial .box_wrapper .name_area{
    display: flex;
    place-items:center;
    width: 100%;
    height: 63px;
}
.testimonial .box_wrapper .name_area .icon_box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .box_wrapper .name_area .icon_box img{
    max-width: 100%;
    height: 100%;
}
.testimonial .box_wrapper .name_area .name_box{
    font-size: 26px;
    color: #000;
    margin-left: 16px;
}
.testimonial .box_wrapper .content_area{
    margin-top: 10px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 23px;
}

.owl-carousel {

}

.owl-carousel .box_wrapper {
    padding: 3em 1em;
    position: relative;
    background: #f5f9fe;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-top: 3em;
    min-height: 568px;
}
/*.owl-carousel .box_wrapper:after{
    position: absolute;
    content: '';
    width: 32px;
    height: 36px;
    background: url('../images/testimonial.png') no-repeat;
    left: 10%;
    top: 10%;
}*/
.second_tab .box_wrapper:after{
    display: none;
}
.tab3_img{width: 100%;margin-top: 3em;}
.tab3_img img{
    width: 100%;
}
.owl-carousel .box_wrapper .img_area{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0px 8px 10px rgba(0,0,0,0.51);
    position: relative;
    overflow: hidden;
    background: linear-gradient(#383838,#0d0d0d);
}
.second_tab .box_wrapper .img_area{
    width: 147px;
    height: 107px;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
.second_tab .box_wrapper{
    min-height: 323px;
}
.owl-carousel .box_wrapper .img_area img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down;
}
.owl-carousel .box_wrapper .post{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 20px 0 10px;
    margin-top: 10px;
}
.owl-carousel .box_wrapper .name{
    font-size: 20px;
}
.owl-carousel .box_wrapper .name ul {
    text-align: left;
    padding-left: 20px;
    display: inline-block;
}
.owl-carousel .box_wrapper .name ul li {
    list-style-type: disc;
    font-weight: 300;
    margin-bottom: 6px;
}
.content_area h3{
    font-size: 26px;
    font-weight: bold;
    color: #086892;
    margin-top: 0;
}
.owl-nav span {
    font-size: 50px;
    line-height: 41px;
    width: 50px;
    background: #a90b19;
    height: 50px;
    border-radius: 50px;
    color: #ffffff;    
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
    display: inline-block;
    text-decoration: none;
    opacity: 0.8;
}
.owl-nav span:hover{
    opacity: 1;
    color: #ffffff;
    box-shadow: none;
    background: linear-gradient(to right,#f62c30,#ffa31e);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.owl-nav button{
    outline: none;
}
button.owl-next {
    margin-left: 12px;
}
button.owl-prev {
}
.video_area{
    background: url('../images/video_bg.jpg') no-repeat;
}
.video_box{
    width: 100%;
    height: 240px;
    padding: 0 !important;
    overflow: hidden;

}
.video_box iframe{
    width: 100%;
    height: 100%;
}

.drop_CV{
    background: url('../images/upload1.jpg') no-repeat;
    padding: 6.5em 0;
}
.drop_CV .row{
    margin-bottom: 0;
}
.drop_CV .heading{
    color: #fff;
}
.drop_CV .btn_area{
    margin-top: 2em;
} 
.drop_CV .btn_area .drop_btn{
    padding: 20px;
    border: 1px dashed #fff;
    width: 342px;
    height: 103px;
    border-radius: 20px;
    display: flex;
    place-items: center;
    margin: auto;
    font-size: 22px;
    color: #fff;
    text-shadow: none;
} 
.drop_CV .btn_area .drop_btn img{
    margin-right: 25px;
} 
.pagination_area{
    margin-top: 2em;
}
.contact_page_area{
    background: url(../images/career_bg.jpg) no-repeat;
    background-attachment: fixed;
    padding-bottom: 1em;
    position: relative;
    z-index: 12 !important;
    overflow: visible;
}
.contact_page_area .box_area{
    margin-top: 0em;
    margin-bottom: 2em;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 2em;
}
.contact_page_area .box_area .location_heading{
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.contact_page_area .box_area .address{
    font-size: 14px;
    color: #838383;
}
.contact_page_area .box_area .address strong{
    font-size: 18px;
    color: #000;
    display: block;
}
.contact_page_area .box_area .address span{
    color: #d22030;
}
footer {
    background: #000;
    padding: 20px 0;
}
footer .row{
    margin-bottom: 0;
}

footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}
footer p.poweredby {
    text-align: right;
    padding-top: 5px;
    font-weight: 400;
}
footer .poweredby .first {
    color: #6a38a0;
    font-size: 16px;
    font-weight: bold;
}
footer .poweredby .naukri {
    color: #d3710c;
    font-size: 16px;
    font-weight: bold;
}
footer p * {
    color: #fff;
}

.social .heading{
    margin-bottom: 30px;
}
.social .heading:after{
    left: 50%;
    transform: translate(-50%,0%);
}
.social .icon_wrappers{
    display: inline-block;
    font-size: 20px;
    color: #777777;
    margin-right: 4em;
}
.social .icon_wrappers:last-child{
    margin-right: 0em;
}
.social .icon_wrappers a{}
.social .icon_wrappers a img{
    position: relative;
    top: 13px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
    opacity: 0.45;
}
.apply{
    margin-top: 3em;
}
.apply .btn-default{
    background: linear-gradient(to right,#007ad4,#025492);
    color: #ffffff;
    text-transform: uppercase;
}

.apply .btn-default:hover{
    color: #ffffff;
    background: #0096b1;
}

.trusted_clients{
    padding: 50px 35px;
    background: #f4f4f4;
}
.trusted_clients .img_block{
    border-radius: 10px;
    padding: 0;
    background: #fff;
    width: 199px;
    height: 197px;
    margin: auto;
    padding: 30px;
    position: relative;
    border: 1px solid #ccc;
}
.trusted_clients .img_block img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56% !important;
    transform: translate(-50%,-50%);
}
.owl-theme .owl-nav {
    margin-top: 45px !important;
}
.trusted_clients .row{
    margin-bottom: 0px;
}