@charset "utf-8";
/*..............embedded fonts..............*/


/*..............embedded fonts..............*/

/*..............custom fonts test 1..............
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow CondensedCondensed-Bold.woff2') format('woff2'),
        url('../fonts/Barlow CondensedCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow Condensed-Medium.woff2') format('woff2'),
        url('../fonts/Barlow Condensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('../fonts/Barlow Condensed-Light.woff2') format('woff2'),
        url('../fonts/Barlow Condensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
*/

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B43Lw_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xTrY3PWvg.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-rx_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47by_3HcuKECcrs.woff2) format('woff2');
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.woff2') format('woff2'),
        url('../fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Rounded 300';
    src: url('../fonts/MuseoSansRounded-300.woff2') format('woff2'),
        url('../fonts/MuseoSansRounded-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



/*..............custom fonts..............*/

/*..............common styles..............*/
body { margin: 0; padding: 0; font-family: 'Museo Sans Rounded 300'; font-size:14px; font-weight: 300; color:#000;}
h1, h2, h3, h4, h5, h6 { font-weight: 500; margin:0 0 20px; padding:0; font-family: 'Barlow Condensed';}
h1{ font-size:70px;}
h2{ font-size:40px;}
h3{ font-size:30px;}
h4{ font-size:25px;}
h5{ font-size:20px;}
h6{ font-size:18px;}
p{ font-size:16px; color: #5a5a5a; margin:0 0 20px; padding:0;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: #179ae2; outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

calender_right.a, a:link, a:visited, a:focus, a:hover { color: #FFA128;}

input, textarea, select{ font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 16px; outline: none;}
input[type="submit"]{ font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 16px; transition:all 0.3s ease 0s; outline: none;}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/

/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin:0 15px 10px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.btn { border: 0; display: inline-block; vertical-align: top; background: #769fcd; color: #fff; 
    padding: 14px 35px; font-size: 16px; text-transform: capitalize;}
.btn.solid-color { background: #f00; color: #fff; }
.btn.border { background:none; color: #769fcd; border: 2px solid #769fcd; }
.btn.rounded { border-radius: 5px;}
.btn.medium-size { /* Your custom Styles */ }
.btn.large-size { /* Your custom Styles */}
/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/

.click { display:none;}
.main_menu a.closebtn{
    display: none;
    }
.slider_pic{
    position: relative;
}
.slider_content{
    position: absolute; top: 10%; left: 20%; text-align: center;
}
.banner_heading{
    color: #fff; font-weight: bold; font-family: 'Barlow Condensed'; font-weight: bold;
}
.banner_text{
    color: #fff; font-weight: bold; font-family: 'Museo Sans Rounded 300'; font-weight: bold;
    font-size: 14px; line-height: 18px; letter-spacing: 2px;
}
.slider-wrap .owl-carousel .owl-nav button.owl-prev, 
.slider-wrap .owl-carousel .owl-nav button.owl-next, 
.inner_banner .owl-carousel .owl-nav button.owl-prev, 
.inner_banner .owl-carousel .owl-nav button.owl-next{
    font-size: 43px; line-height: 34px; color: #FFA128;
}
.slider-wrap .owl-theme .owl-nav{
    /*margin-right: 20%; text-align: right;*/
    text-align: right;
    position: absolute;
    right: 14%;
    /*bottom: -34px;*/
    bottom: -11px;
    margin-top: 0;
}
.inner_banner .owl-theme .owl-nav{
    /*margin-right: 20%; text-align: right;*/
    text-align: right;
    position: absolute;
    right: 0;
    /*bottom: -34px;*/
    bottom: -33px;
    margin-top: 0;
}
.slider-wrap .owl-theme .owl-nav [class*='owl-']:hover, 
.slider-wrap .owl-theme .owl-nav [class*='owl-']:focus, 
.inner_banner .owl-theme .owl-nav [class*='owl-']:hover, 
.inner_banner .owl-theme .owl-nav [class*='owl-']:focus {
    background: transparent; border: none;
}



/*for header css*/
.main-header { background: #000; padding: 15px 65px;}
.logo { float: left; width: 35%;}
.dnt-btn { float: right; margin-left: 10px; padding-top: 5px;}
.dnt-btn a { background: #97c88b; color: #fff; text-transform: uppercase; border-radius: 6px; padding: 10px 25px;}
.click { color: #fff; float: right; font-size: 28px;}
.main_menu { /*float: right;*/ float: left; }
.main_menu ul { margin: 0; padding: 0; list-style: none;}
.main_menu ul li { list-style: none; display: inline-block; vertical-align: top; margin: 0 21px; text-transform: uppercase;}
.main_menu ul li a { display: block; padding: 15px 0; color: #fff; font-size: 12px;}
.main_menu ul li:hover a, .main_menu ul li.current-menu-item a { color: #f79425;}

/*for header css*/

.slider-wrap { position: relative;}

/*for main sections css*/

main.main-section { padding: 80px 0;}
.talent_section{
    padding: 40px 0;
}
.main-heading{
    /*font-size: 25px;*/ font-size: 22px; line-height: 27px; font-family: 'Barlow Condensed'; font-weight: bold; 
    color: #FFA128; text-transform: uppercase; margin-bottom: 40px;
}
.icon_section{
    background: #000; padding: 45px 0;
}
.icon_box{
    text-align: center; margin-bottom: 60px;
}
.icon{
    width: auto; display: table; margin: 0 auto 15px;
}
.white_icon{
    display: none; 
}
.icon:hover .white_icon{
    display: block;
}
.icon:hover .yellow_icon{
    display: none;
}
.icon_box a.icon_heading{
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 25px; text-transform: uppercase; color: #fff;
}
.icon_heading:hover{
    color: #fff;
}
.icon_section .row{
    text-align: center;
}
.icon_section .col-sm-4{
    float: none;
    display: inline-block;
    margin: 0 -4px 0 0;
}
.social_bar{
    background: #3d3d3d; padding: 16px 14px; position: fixed; border-radius: 0 10px 10px 0; left: 0; 
    top: 90px; z-index: 1;
}
.social_bar ul{
    padding-left: 0; margin-bottom: 0;
} 
.social_bar ul li{
    list-style: none; margin-bottom: 15px;
}
.social_bar ul li:last-child{
    margin-bottom: 0;
}
.social_bar ul li a:hover{
    opacity: 0.8;
}
.inner-heading{
    color: #FFA128;
    font-size: 50px;
    line-height: 54px;
    font-family: 'Barlow Condensed'; 
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.team_section{
    padding: 40px 0;
}
.team_box{
    margin: 20px;
}
.team_content{
    padding: 16px 0 0 0; min-height: 90px;
}
.team_content h6{
    font-size: 16px;
    line-height: 23px;
    color: #636363;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    margin-bottom: 5px;
}
.team_post{
    font-size: 15px;
    line-height: 20px;
    color: #FFA128 !important;
    font-family: 'Barlow Condensed'; 
    font-weight: 300;
}
.services_section{
    background: #eeeeee; padding: 40px 0;
}
.service_list{
    padding-left: 0; margin-bottom: 0; padding-left: 22px;
}
.service_list li{
    font-size: 12px;
    font-weight: 300;
    font-family: 'Museo Sans Rounded 300';
    color: #303030;
}
.service_right p{
    font-size: 12px;
    font-weight: 300;
    font-family: 'Museo Sans Rounded 300';
    margin-bottom: 5px;
    color: #303030;
}
.service_left{
    text-align: right; float: right;
}
.services_section .inner-heading{
    text-align: center;
}
.inner-subheading{
    font-size: 25px; color: #FFA128; margin-bottom: 3px;
}
.project_section{
    padding: 40px 0;
}
.pro_subheading{
    text-align: center;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    color: #2D2D2D;
    font-size: 14px;
    line-height: 17px;
}
.project_section .inner-heading{
    text-align: center;
    margin-bottom: 10px;
}
.gap_60{
    margin-bottom: 50px;
}
.service_right .inner-subheading{
    margin-bottom: 15px;
}
.service_icon_yellow{
    display: none;
}
.service_left:hover .service_icon_yellow{
    display: block;
}
.service_left:hover .service_icon_black{
    display: none;
}
.service_icon_black{
    display: block;
}
.contact_input{
    background: #464646;
    border-radius: 0;
    border: none;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-family: 'Barlow Condensed'; font-weight: 500; width: 100%;
}
.contact_form .form-group {
    margin-bottom: 20px;
}

.contact_input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff; opacity: 1;
}
.contact_input::-moz-placeholder { /* Firefox 19+ */
  color: #fff; opacity: 1;
}
.contact_input:-ms-input-placeholder { /* IE 10+ */
  color: #fff; opacity: 1;
}
.contact_input:-moz-placeholder { /* Firefox 18- */
  color: #fff; opacity: 1;
}
.con_no{
    font-size: 24px;
    line-height: 29px;
    color: #FFA128;
    font-family: 'Barlow Condensed'; font-weight: 500;
}
.contact_btn{
    background-color: #959595;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border:none;
    cursor: pointer;
    padding: 15px 40px;
    font-family: 'Barlow Condensed'; font-weight: 500;
}
.map_list{
    margin-top: 40px;
}
.map_list ul{
    padding-left: 0
}
.map_list ul li{
    list-style: none;
    margin-bottom: 10px;
}
.map_list ul li a{
    color: #FFA128;
    text-decoration: underline;
    font-family: 'Barlow Condensed'; font-weight: 300;
    font-weight: 500;
}
.map_list ul li a:hover{
    color: #636363;
}
.map_list ul li p{
    font-size: 16px;
    line-height: 19px;
    color: #636363;
    /*font-family: Barlow Condensed, sans-serif;*/
    font-family: 'Barlow Condensed'; font-weight: 300;
    font-weight: 500;
    margin-bottom: 0;
}
.portfolio_section{
    background: url(../images/wood_bg.jpg) repeat top left; padding: 60px 0;
}
.portfolio_box{
    text-align: center;
    margin-bottom: 40px;
}
.portfolio_content{
    padding-top: 20px;
    min-height: 85px;
}
.portfolio_content a{
    color: #fff;
    font-family: 'Barlow Condensed';
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
}

/*-- new_css(09-07-2018) --*/
.news_section{
    padding: 40px 0;
}
.news_section .inner-heading{
    text-align: center;
    text-transform: uppercase;
}
.news_box{
    margin-bottom: 15px;
}
.news_content{
    padding-top: 15px;
}
.news_content_top{
    margin-bottom: 17px;
}
.calender{
    background:#f2f2f2;
    text-align: center;
    width: 60px; margin-right: 12px; display: inline-block; 
}
.calender h4{
    margin-bottom: 0; padding: 6px 0; font-weight: bold; font-size: 19px; line-height: 24px; font-family: 'Barlow Condensed';
}
.calender h5{
    margin-bottom: 0; padding: 6px 0; background: #ffa100; color: #fff; font-weight: bold; 
    text-transform: uppercase; font-size: 19px; line-height: 24px; font-family: 'Barlow Condensed';
}
.calender_right{
    width: 70%; display: inline-block;
}
.calender_right h3{
    font-size: 16px; line-height: 24px; color: #000; text-transform: capitalize; 
    font-family: 'Barlow Condensed'; font-weight: bold; margin-bottom: 3px;
}
.news_text{
    font-size: 14px; line-height: 20px; color: #000;
}
/*.talent_section .inner-heading, .portfolio_section .inner-heading{
    text-transform: uppercase;
}*/
.blog_section{
    padding: 40px 0;
}
.blog_box{
    margin-bottom: 20px;
}
.blog_big_pic{
    position: relative;
}
.blog_date{
    position: absolute;
    top: 50px;
    left: 0;
    width: auto;
    font-size: 16px; line-height: 24px; color: #fff; background: #FFA128; 
    padding:5px 25px; font-family: 'Barlow Condensed'; font-weight: 500; 
    box-shadow: 0px 4px 2px -1px rgba(0, 0, 0, 0.3);
}
.blog_big_pic img{
    width: 100%;
}
.blog_details{
    padding: 20px 0;
}
.post_list{
    padding-left: 0;
}
.post_list li{
    margin-right: 10px; color: #757575; font-size: 14px; list-style: none; display: inline-block;
}
.post_list li:last-child{
    margin-right: 0px;
}
.post_list li span{
    margin-right: 3px;
}
.post_list li a{
    color: #FFA128;
}
.portfolio_details_section{
    /*padding: 40px 0;*/
    padding: 60px 0;
}
.portfolio_details_left{
    border-right: 1px solid #d3d3d3;
    padding-right: 30px;
}
.national_bank .inner-subheading{
    text-transform: uppercase;
}
.national_bank h6{
    color: #f79425;
    text-transform: uppercase;
}
.national_bank p{
    color: #262626; line-height: 28px;
}
.portfolio_details_right ul{
    padding-left: 10px;
}
.portfolio_details_right ul li{
    margin-bottom: 12px; color: #bb5917;
}

.portfolio_details_right ul li a{
    color: #f79425; font-size: 15px; line-height: 20px; /*font-family: 'Barlow Condensed';*/
    font-family: 'Barlow Condensed'; font-weight: 500;
}
.portfolio_details_right ul li a:hover{
    color: #343434;
}
.related_project{
    padding: 15px 0;
}
.related_project .inner-subheading{
    text-transform: uppercase; color: #343434; margin-bottom: 10px;
}
.related_project p{
    color: #fe8905; line-height: 28px; /*font-family: 'Barlow Condensed'; font-weight: 500;*/
    font-family: 'Barlow Condensed'; margin-bottom: 8px;
}
.related_project h6{
    color: #fe8905; 
}
.inner_banner{
    position: relative; background: #2D2D2D; line-height: 0;
    max-height: 500px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_banner img{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
    object-position: center;
}
/*for main sections css*/

/*-- 11.07.2018 --*/
.service_right, .service_left{
    margin-bottom: 20px;
}
.slider-wrap .slider-counts{
    /*padding-left: 15%;
    font-size: 16px;
    line-height: 30px;*/
    padding-left: 0%;
    font-size: 16px;
    line-height: 30px;
    /*right: 86px;*/
    right: 22%;
    position: relative;
    bottom: -7px;
    z-index: 99999999;
    float: right;
    color: #FFA128;
}


/*-- New_css(12-07-2018) --*/

.slide_back{
    position: absolute;
    bottom: -22px;
    left: 15px;
    color: #FFA128;
}
.slide_back a{
    color: #FFA128;
}
.portfolio_details_right .inner-subheading{
    margin-bottom: 20px;
}
.news_pic.image-height{
    height: 175px;
    overflow: hidden;
}
.news_content.news_content_height{
    min-height: 70px;
}
.news_content_height .calender_right{
    width: 100%;
}
#sld-crsl{
    position: absolute;
    bottom: -13px;
    right: 76px;
    color: #FFA128;
}
#sld-crsl span.set-cntno{
    color: #FFA128;
}
.singale_page{
    padding: 50px 0;
}
.talent_section .wpcf7-not-valid{
    border: 1px solid #F00;
}
.talent_section .wpcf7-not-valid-tip{
    display: none;
}
.talent_section div.wpcf7-validation-errors, .talent_section div.wpcf7-acceptance-missing{
    color: #f00; text-align: center;
}
.talent_section div.wpcf7-mail-sent-ok{
    text-align: center; color: #398f14;
}


/*for footer sections css*/

footer { background: #2d2d2d; padding: 30px 0;}
.ftr-top { background: #fff; padding: 75px 0;}
.ftr-logo { margin: 0 0 30px;}
.ftr-menu ul { margin: 0; padding: 0; list-style: none;}
.ftr-menu ul li { line-height: 38px; text-transform:capitalize;}
.ftr-menu ul li a { color: #000;}


.ftr-btm { background: #1a1a1a; padding: 35px 0; text-align: center; color: #fff;}
.ftr-btm p { padding: 0 0 10px;}
ul.copyrht-menu { margin: 0; padding: 0; list-style: none;}
ul.copyrht-menu li { list-style: none; display: inline-block; border-left: 1px solid #fff; padding: 0 10px; line-height: 16px;}
ul.copyrht-menu li:first-child { border: 0;}
ul.copyrht-menu li a { color: #fff;}

.ftr-col h4 { text-transform: uppercase; font-weight: 500;}

ul.ftr-social { margin: 0 0 30px; padding: 0; list-style: none;}
ul.ftr-social li { list-style: none; display: inline-block; font-size: 18px; margin-right: 10px;}
ul.ftr-social li i { width: 34px; height: 34px; border-radius: 50%; text-align: center; line-height: 34px; color: #fff;}
ul.ftr-social li i.fa-facebook { background: #3b5998;}
ul.ftr-social li i.fa-instagram { background: #3f729b;}
ul.ftr-social li i.fa-youtube { background: #c4302b;}

ul.adrs { margin: 0; padding: 0; list-style: none;}
ul.adrs li { margin: 0 0 15px; padding-left: 36px; position: relative; line-height: 30px;}
ul.adrs li img { position: absolute; left: 0; top: 4px;}

/*for footer sections css*/










/*=====26.07.2018======*/

.mobile_social_bar {
    display: none;
}


/*===========*/


















/**/
/*Media Query css*/

@media only screen and ( min-width: 1024px ) {
    .container { width: 960px;}
}

@media only screen and ( max-width:1050px ) {

}
@media only screen and ( max-width: 991px ) {
    .logo {
    width: 25%;
}
.main_menu ul li {
    margin: 0 14px;
}
.news_pic.image-height {
    height: 135px;
}
}
/*@media only screen and ( min-width: 767px ) {
    .main_menu{
        display: block !important;
    }
}*/
@media only screen and ( min-width: 768px ) {
    .main_menu{
        display: block !important;
    }
    #mySidenav{
        width: auto !important;
    }
}
@media only screen and ( max-width: 767px ) {
    .main-header { padding: 15px;
}
    .slider-wrap .owl-theme .owl-nav{
            right: 5%;
    }
    .mobile_social_bar ul li {
    display: inline-block !important;
}
.social_bar {
    display: none;
}
    .mobile_social_bar {
    display: block;
}
    .click{
        display: block;
        cursor: pointer;
    }
    .main_menu a.closebtn{
        color: #fff;
        display: block;
    }
    /*.main_menu{
        display: none;
        width: 100%;
        position: relative;
    }
    .main_menu ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    }
    .main_menu ul li{
       display: block;
    }
    .main_menu ul li a {
    padding: 6px 0px;
    }*/

    /*-- For_mob_menu(Start) --*/
    .main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0 !important;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
    }

    .main_menu a {
        /*padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;*/
        display: block;
        transition: 0.3s;
    }

    .main_menu a:hover {
        color: #333;
    }

    .main_menu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    /*-- For_mob_menu(End) --*/
    .main_menu ul li {
    display: block;
    margin: 0 10px;
}
.logo {
    width: auto;
}
.team_box{
    margin: 0 0 15px; text-align: center;
}
.news_box{
    text-align: center;
}
.news_pic.image-height {
    height: auto;
}
.news_content.news_content_height {
    min-height: auto;
}
.singale_page img{
    float: none;
    width: 100%;
    height: auto;
}
.singale_page{
    text-align: center;
}
.main-heading {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.talent_section {
    padding: 20px 0;
    text-align: center;
}
.inner_banner {
    max-height: none;
}
.inner_banner img {
    max-height: none;
}
}
@media only screen and ( max-width: 480px ) {
    .slider_content {  left: 0;  right: 0;  text-align: center;}

}
@media only screen and ( max-width: 380px ) {


}

/*Media Query css*/




