
@font-face {
    font-family:myfont;
    src: url(../fonts/body.otf);
}
@font-face {
    font-family:headerfont;
    src: url(../fonts/1.woff2);
}
@font-face {
    font-family:myheading;
    src: url(../fonts/Begum_Bold.otf);
}
@font-face {
    font-family:myheader;
    src: url(../fonts/Indian Type Foundry - Akhand.otf);
}
@font-face {
    font-family:mybaner;
    src: url(../fonts/banner.otf);
}
body{font-family: 'myfont';     color: #555555; padding-top: 75px;}
ul,ol{padding: 0px; margin: 0px;}


/*--------header-----------*/
.header{
    position: fixed;
    z-index: 9999;
    top: 1px;
    left: 0px;
    width: 100%;
    background-color: #fff;
}

.header .emplogin{
    position: absolute;
    bottom: -40px;
    right: 0px;
    background-color: #3346d0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
    padding: 0 30px;
    z-index: 99;
}
.header .emplogin:hover{background-color: #000;}
#header.fixed1{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border-bottom: 0px;
     box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo{
    float: left;
    display: inline-block;  
    height: 75px;
    line-height: 75px;
    margin-left: 8%;

}
.logo a{
    vertical-align: middle;
    display: table;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left 13px;
        width: 175px;
    display: table;
    height: inherit;
    background-size: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
}
#header.fixed1 .logo{height: 60px; transition: all 0.3s ease 0s;}
#header.fixed1 .logo a{background-image: url(../img/logo.png); width: 165px; background-size: 100%;
background-position: left 5px;}

.menu{
    float: right;
    text-align: right;
            right: 7%;
            position: relative;
}
.menu ul{
    list-style: none;   
    float: left;
    margin-right: 15px;
}
.menu > ul > li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu > ul > li > a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    /*font-weight: 600;*/
    font-family:headerfont;
       padding: 0 30px;
    height: 75px;
    line-height: 75px;  
}
#header.fixed1 .menu > ul > li > a{color: #383838; height: 60px; line-height: 60px;}
.menu > ul > li > a i{margin-left: 7px;}
#header.fixed1 .menu ul > li:hover a, #header.fixed1 .menu ul > li > a.active{
    /*color: #3c44e7;*/
    color: rgb(139, 94, 60);
}
.menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(139, 94, 60);
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: rgb(139, 94, 60);
}

.fixed1 .menu > ul > li > a.active:after {
    background-color: rgb(139, 94, 60);
}
.fixed1 .menu > ul > li > a:after {
    background-color: rgb(139, 94, 60);
}

.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 260px;
    /*max-width: 1000px;*/
    background-color: #fff; 
    box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
}
ul.submenu1 li{
    display: table;
    clear: both;
    width: 100%;    
}
ul.submenu1 li a{
    text-decoration: none;
    color: #000 !important;
    font-size: 15px;
    line-height: 24px;
    padding: 10px !important;
    display: block;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #aeb2ff !important;
}
ul.submenu1 li:last-child a{
    
}
/*------header_end--------*/


/*----------banner-----------*/
/*.banner1:before{
   -webkit-clip-path: polygon(0 100%, 100% 78%, 100% 100%, 0% 100%);
clip-path: polygon(0 100%, 100% 78%, 100% 100%, 0% 100%);
    background-color: rgba(51, 70, 208, 0.55);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}*/
.banner_txt {
    top: 30% !important;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 66%;
    padding: 0 20px !important;
    margin: auto;
    left: 19%;
    margin: 0px auto;
}
.banner_hd {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;   
    /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;*/
}
.banner_hd span{color: #ffd800; font-style: italic; font-family: 'Playfair Display', serif; font-weight: 300;}
.banner_cont {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 300;
}
.banner_r_more{
    clear: both;
    margin-top: 40px;
}
.banner_r_more a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: rgb(139, 94, 60);
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    border-radius: 30px;
}
.banner_r_more img{margin-left: 5px;}
.banner_r_more a:hover{
    background-color: #fff; color: #3c44e7;
}

.traingle1 { position: absolute; right: 0px; bottom: 0px;
    width: 0; height: 0; border-left: 50px solid transparent; 
    border-right: 50px solid transparent; border-bottom: 150px solid rgba(255, 83, 4, 0.4); }
.traingle2 { position: absolute; right: 50px; bottom: 0px;
    width: 0; height: 0; border-left: 50px solid transparent; 
    border-right: 50px solid transparent; border-bottom: 100px solid rgba(255, 255, 255, 0.3); }
/*----------banner-----------*/



/*--section1--*/
.section1{clear: both;
    width: 100%;
    display: table;
    background-color: #f7f1e9;
        padding: 85px 0;
    /* background-image: url(../images/bg.png); */
    overflow: hidden;}
/*.section1 h2{font-family: 'Playfair Display', serif; font-weight: 500; font-style: italic; 
font-size: 44px; line-height: 52px; margin: 0px; padding: 0px; color: #333; padding-right: 20px;}*/
.section1 p{color: #333; line-height: 28px; font-size: 16px;}
.section1 a.lmore1{text-decoration: none; color: #333; font-size: 16px; font-weight: 700; margin-top: 20px;
display: inline-block; border: 2px solid #333; padding: 6px 20px; transition: all 0.3s ease 0s;}
.section1 a.lmore1:hover{background-color: #333; color: #fff;}


.services1{width: 100%; display: inline-block; position: relative; padding: 20px 10px !important;}
.services1:before{
    background-color:#3e2308;
    content: "";
    position: absolute;
    left: 0px;
    top: 48%;
    opacity: 1;
    width: 100%;
    height: 4%;
    display: block;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.serv1{padding: 20px; background-color: #fff; box-shadow: 0 0 40px rgba(218, 218, 218, 1);}
span.icon {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
span.hex {
    display: table;
    position: relative;
    width: 125px;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 25px;
    overflow: hidden;
}
/*span.hex.odd {
    background: url(../images/darkhex.png) no-repeat;
    width: 116px;
}
span.hex.even {
    background: url(../images/bluehex.png) no-repeat;
    width: 116px;
}*/
span.hex a {
    display: inline-block;
    height: 100%;
    line-height: 122px;
}
.services1 h4{margin-bottom: 20px;}
.services1 h4 a {
    font-size: 21px;
    color: #3346d0;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.services1 h4 a:hover{color: #000;}
.services1 p {
    height: 96px;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #414a5d;
    font-weight: 500;
}
span.icon:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.services1 .col-sm-3{padding: 10px;}
a.serva{

          padding: 7px 20px;
    border: 1px solid rgb(139, 94, 60);
    text-decoration: none;
     margin: auto; 
    margin-top: 30px;
    display: table;
    /* border-radius: 30px; */
    font-size: 14px;
    font-weight: 500;
    color: rgb(139, 94, 60);
    background-color: transparent;

}
a.serva:hover{    background-color: rgb(139, 94, 60);
    color: #fff;
    border-color: rgb(139, 94, 60);}
/*--section1_end--*/


/*--section2--*/
.section2, .section3{width: 100%; display: table; padding: 65px 0; background-color: #fff;}

.section2 h2, .section3 h2{
    font-weight: 800;
    margin: 0px;
    color: rgb(139, 94, 60);
    /*color: #333;*/
       font-size: 33px;
        /*font-family: 'myheading';*/
        font-family:headerfont;
            margin-bottom: 40px;
 }

.section2 h5, .section3 h5{font-weight: 400; font-size: 18px; line-height: 24px; color: #333; margin: 15px 0px 0px;}
.technology1{width: 100%; display: block; margin-bottom: 20px;}
.section2 h5{margin-bottom: 30px;}
a.img-wrap{display: block; text-decoration: none; color: #fff; position: relative; width: 100%; transition: all 0.3s ease 0s;}
a.img-wrap > img{width: 100%; display: block;}
.overlay1{width: 100%; height: 100%; position: absolute; top: 0; left: 0; padding: 40px; 
    background: rgba(0, 10, 86, 0.7); transition: all 0.3s ease 0s;}
.overlay1:hover{background-color: rgba(150, 120, 0, 0.75)}
.icon1 img{width: 80px;}
.techhd1{font-size: 21px;line-height: 32px; font-family: 'Poppins', sans-serif; font-weight: 800; margin: 15px 0;}
.overlay1 p{position: relative; top: 50px; height: 125px; line-height: 25px; overflow:hidden; 
    transition: all 0.3s ease 0s; opacity: 0; color: rgba(255, 255, 255, 0.8);}
a.img-wrap:hover .overlay1 p{opacity: 1; top: 20px; transition: all 0.3s ease 0s;}
.rmore1{position: absolute; bottom: 40px; left: 40px; padding: 7px 20px; border: 1px solid #ffd800;
border-radius: 30px; font-size: 14px; font-weight: 600; color: #ffd800; background-color: transparent;}
a.img-wrap:hover .rmore1{background-color: #3346d0;  color: #fff; border-color: #3346d0;}
/*--section2_end--*/


/*--section3--*/
.section3{background-color: #f9f9f9;     padding: 80px 0; display: block;}
.section3 ul{list-style: none; width: 100%; clear: both; display: inline-block; margin-top: 20px;}
.section3 ul li{display: inline-block; padding: 10px; text-align: center; float: left;}
.section3.inner ul li{width: 20%;}
.section3 ul li img{
    max-height: 134px !important;
  /*  filter: grayscale(1);
    transition-property: filter;
    transition-duration: 1s;  
    transition: all 0.3s ease 0s;*/
    width: 100%;
    padding: 20px;
    display: inline-block;
     background-color: #fff; box-shadow: 0 0 25px rgba(218, 218, 218, 0.5);
}
.section3 ul li img:hover{filter: grayscale(0); opacity: 1;}

.section3 a{
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    margin: auto;
    font-weight: 600;
    display: table;
    border: 2px solid #3c44e7;
    border-radius: 50px;
    padding: 8px 40px 5px;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}
.section3 a:hover{color: #fff; background-color: #3c44e7;}
/*--section3_end--*/



/*--section4--*/
.section4{padding: 30px 0; background-image: url('../images/contactus.jpg'); background-repeat: no-repeat;
background-position: center; background-size: cover; background-attachment: scroll; position: relative; color: #fff; font-family: 'Poppins', sans-serif;}
.section4:before{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; 
    content: "";}

.section4 h2{color: #fff; font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 25px; 
margin: 20px 0px; position: relative;}
.section4 h3{color: #ffd800; font-size: 18px; font-weight: 400; width: 100%;}
.section4 p{margin-bottom: 40px; display: inline-block; width: 100%; font-weight: 300; font-size: 18px; line-height: 30px;}
a.ft_cont{padding: 7px 20px; text-decoration: none; text-transform: capitalize;
 font-size: 16px; font-weight: 600; color: #fff; background-color: #000000; transition: all 0.3s;}
a.ft_cont:hover{background-color: #fff;
    text-decoration: none;
    color: #3c44e7;}
a.ft_msg{text-decoration: none; color: #fff; font-size: 18px; font-weight: 300; margin-bottom: 10px;}

.ft_social{clear: both; display: table;}
.ft_social a{text-decoration: none; color: #fff; font-size: 19px; margin-right: 30px; transition: all 0.3s ease 0s;}
.ft_social a:hover{opacity: 0.5;}
/*--section4_end--*/

footer{clear: both; display: table !important; padding: 20px 0; text-align: center; color: #fff; background-color: #000;
font-size: 14px; font-weight: 300; font-family: 'Poppins', sans-serif; width: 100%;}
footer span{color: #aeb2ff;}




/*----------login_pop_up-------------*/
.login_pop{ 
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 105;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 999999;
  background-color: rgba(255,255,255,0.4);
}
.pop_content { width:400px;display: table;margin-top:5%; margin-bottom: 1%;
  margin-left:auto;margin-right:auto;position:relative;  padding: 24px;
  background-color: #fff; box-shadow: 0 10px 50px rgba(1,2,2,.15); border-radius: 0px; }
.pop_content_addr { width:700px;}
.close_btn { 
  color: #fff;
  background-color: rgb(139, 94, 60);
  width: 50px;
  height: 50px;
  line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: -50px;
    top: 0px; z-index: 999999;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.close_btn:hover { 
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.ok_btn { 
    color: #6B6B6B;
    cursor: pointer;
    font-size: 12px;
    padding:4px 8px;
  border:1px solid #B6B6B6;
  border-radius:4px;
  text-decoration:none;
}
.pop_hd { font-size:30px;color:#333333;padding-bottom:10px; }
.login_box{ padding: 20px; display:block; width: 100%; border: 2px solid #000;}

  .pop_box_hd2{
  width: 100%;
  text-align:center;
  font-size: 22px;
  color: #000;  
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px !important;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px !important;
  display: inline-block;
}
input.ptxt, textarea.ptxt { 
  background-color: #fff;
    border: 1px solid #000 !important;
    border-radius: 0px;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 6px 10px 6px 13px !important;
    width: 100%;
    display: block;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input.ptxt:focus{
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #e5d7bc;
}

/*.reg_box , .fpwd_box{ display:none; }*/
input.pbtn {padding: 0 20px; height:38px;
  background:rgb(139, 94, 60);color:#fff;float:right;border:none;cursor:pointer; 
  font-size: 16px; font-weight: 300; line-height: 38px; float: none;
  transition: all 0.3s ease 0s; text-transform: uppercase; border-radius: 0px;
  width: 100%; clear: both;
}
input.pbtn:hover{background-color: #000;}



.contform{width: 100%; display: table;}
.contactpg{padding: 30px 0; width: 100%; display: table;}
.corp_add{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    padding: 20px;
    width: 100%;
    display: table;
}
h4.innerh4 {
    color: rgb(139, 94, 60);
    margin-bottom: 20px;
    font-weight: 700;
}
.corp_add address, .resp-tabs-container p, .corp_add p{font-size: 17px; line-height: 26px; 
    color: #333; font-weight: 300;}
.corp_add iframe{width: 100%; height: 300px; display: block;}

.resp-tabs-container iframe{width: 100%; display: block; border: 0px; height: 240px;}
.resp-tabs-container b{color: #3346d0;}

.corp_add p i, .resp-tabs-container p i{color: rgb(139, 94, 60); width: 30px; height: 30px; text-align: center; margin-right: 15px;
border: 1px solid rgb(139, 94, 60); border-radius: 100%; line-height: 30px; display: inline-block;}


.cd1{width: 100%; display: table; padding: 15px; background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}


.CorpCode strong {
    font-size: 16px;
}
.margb35{margin-bottom: 35px;}
.cd1 p{margin-bottom: 0px; font-size: 15px; line-height: 26px;}
p.color1{color: #a10031; font-weight: 600;}
.cd1 em{color: #777; font-weight: 400;}
 ul.accin1{display: none;}
 .current ul.accin1{display: block;}


/*---innerpages---*/

.innerbanner
{
    width:100%;
    /*float:left;*/
    height:80vh;
    overflow:hidden;
    border-bottom:5px solid #e7e3d5;
    position:relative;
    
}
.innerpage_hd {
    padding: 20px 40px;
    position: absolute;
    left: 78px;
    bottom: 0px;
    background: rgb(139, 94, 60);
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.main_inner
{
    width:100%;
    float:left;
    position:relative;
}
.aboutuspage
{
    padding:15px 0px;
    width:100%;
    float:left;
    font-size: 16px;
    line-height:30px;
}
.aboutuspage h4{
    color:#195caa;
    font-size:23px;
    margin:30px 0px 15px;
}
.innerul ul
{
    margin:20px 0px;
    width:100%;
    float:left;
    list-style: none;
}
.innerul ul li {
    float: left;
    line-height: 27px;
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.innerul ul li::after {
    color: #3c44e7;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}
.vision_mission
{
    width:49%;
    float:left;
    border:1px solid #e7e5e5;
    margin:15px 0px 20px;
    padding:30px;
    background:#eee;
}
.vision_mission:last-child
{
    float:right;
}
.vm_icons
{
    width:100px;
    float:left;
}
.vm_icons img
{
    width:100%;
}
.vision_right
{
    width:76%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.vision_right h2{
    color:#195caa;
    font-size:23px;
    margin:0px 0px 10px;
}
.box1_left {
    width: 72%;
    float: left;
    line-height: 29px;
    font-size: 16px;
    margin: 10px 0px;
    text-align: justify;
    font-weight: 300;
}
.box1_right
{
    width:25%;
    float:right;
    margin:30px 0px;
}
.box1_right ul{
    list-style-type:none;
}
.box1_right ul li{
    width:100%;
    float:left;
    margin-bottom:12px;
}
.box1_right ul li a{
    width:100%;
    border:1px solid #3346d0;
    padding:13px 25px;
    display:table;
    color:#3346d0;
    font-size:15px;
    text-align:center;
    letter-spacing:1px;
    text-decoration: none;
    transition:all .5s;
    border-radius:50px;
}
.box1_right ul li a:hover{
    border:1px solid #3346d0;
    color:#fff;
    text-decoration:none;
    background:#3346d0;
    transition:all .5s;
}
.box1_right ul li a.active{
    border:1px solid #3346d0;
    color:#fff;
    background:#3346d0;
    transition:all .5s;
    text-decoration:none;
}
.service_list
{
    width:100%;
    float:left;
    border-bottom: 1px solid #e7e5e5;
    margin: 20px 0px 20px;
    padding-bottom:20px;
}
.service_list:last-child
{
    border-bottom:0px;
}

.service_listimg {
    width: 170px;
    float: left;
    overflow:hidden;
    height:170px;
    border-radius:50%;
}
.service_listimg  img{
    width: 100%;
    height: 100%;
}

.service_right
{
    width:78%;
    float:right;
    font-size: 16px;
    line-height:30px;
}
.service_right h2{
    color:#195caa;
    font-size:21px;
    text-align: left;
    margin:0px 0px 10px;
}


.projects
{
    width:100%;
    float:left;
    list-style-type:none;
}
.projects li {
    list-style: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s;
    border: 1px solid #eee;
    text-align: center;
}
.projects li:nth-child(4n+4) {
    margin-right: 0;
}
.projects li img {
    width: 100%;
    transition:all .5s;
    height:250px;
}
.projects li a {
    color: #333;
}
.projects li .pop_details {
    padding: 10px;
}
.projects li .pop_details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:400;
}
.projects li:hover {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
    transition: all .5s;
}
.projects h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.innerpage
{
    padding:30px 0px;
}



.projectdetails
{
    width:100%;
    float:left;
    list-style-type:none;
}
.projectdetails li {
    list-style: none;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s;
    border: 1px solid #eee;
    text-align: center;
}
.projectdetails li:nth-child(4n+4) {
    margin-right: 0;
}
.projectdetails li img {
    width: 100%;
    height:200px;
}
.projectdetails li a {
    color: #333;
}
.projectdetails li .pop_details {
    padding: 10px;
}
.projectdetails li .pop_details h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:400;
}
.pop_details p{
    font-size:12px;
}
.projectdetails li:hover {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
    transition: all .5s;
}
.projectdetails h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}







.career_link {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    padding: 20px;
    margin-bottom:30px;
    font-size: 15px;
    line-height: 26px;
    background : #f5f5f5;
}
.career_link .txt {
    max-height: 80px;
    overflow: hidden;
    font-weight: 300;
}
.career_link h3 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.career_link a {
    float: left;
    margin-top: 15px;
    padding: 5px 30px;
    color: #fff;
    background: #3c44e7;
    transition: all .5s;
    text-decoration: none;
}
.career_link a:hover {
    background: #000;
    transition: all .5s;
    text-decoration:none;
}

.careertexthd
{
    width:100%;
    float:left;
    padding:20px 10%;
    color: #333;
    font-size:35px;
    line-height:55px;
    margin:20px 0px 30px;
    text-align: center;
    font-weight: 300;
}

.job_text {
    width: 70%;
    float: left;
    position: relative;
    margin:0px 0px 30px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 300;
    text-align:justify;
}
.job_text h2, .job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 400;
}
.job_dets h2 {
    border-bottom: 0px solid #eee;
}
.job_dets {
    width: 26%;
    float: right;
    margin:0px 0px 30px;
}
.job_nav {
    margin-top: -10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    display: table;
}
.job_nav ul{list-style: none;}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 20px 30px;
}
.job_nav li b {
    color: #3c44e7;
    font-weight: 500;
}
.job_nav li span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #3c44e7;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background: #000;
}
.job_nav li:last-child a:hover {
    background: #3c44e7;
    text-decoration:none;
    outline:none;
}
.job_nav li a:foucs {
    background: #3c44e7;
    text-decoration:none;
    outline:none;
}

/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f2f2f2;
    padding: 20px;
    border:1px solid #eee;
    display: table;
}
.section3_news .career_form {
    border-radius:3px;
    background: #eee;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    text-align:center;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #ddd;
}
.career_form label {
    margin: 5px 0;
    display: block;
    font-size:14px;
    font-weight: 500;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 300;
    transition: all .5s;
}
.section3_news .career_form input.c-input {
    border-radius:3px;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
    background-color: #fff;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    margin: auto;
    display: table;
    margin-top: 15px;
    padding: 10px 30px;
    background: #3346d0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
.section3_news .career_form input.c-btn {
    border-radius:50px;
}
input.c-btn:hover, input.c-btn:focus {
    background: #000;
    transition: all .5s;
}


.innerbanner img{
    width:100%;
}
.contform h3{font-weight: 600; font-size: 32px; color: #3346d0;}



.toggle {
    list-style: outside none none;
    margin: 0px 0px 30px;
    padding: 0;
    width: 100%;
    float:left;
}
.toggle li {
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}
.toggle h3 {
    background: #fff;
    border: 1px solid #ccc;
    border-radius:50px;
    color: #23224a;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 12px 20px 12px 20px;
    position: relative;
    width: 100%;
}
.toggle h3::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 11px;
}
.toggle h3.open::after {
    content: "\f067";
}
.toggle .panel {
    background: #edf7fa none repeat scroll 0 0;
    display: none;
    float: left;
    margin-bottom:0px;
    padding: 20px;
    position: relative;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
}
.panel h4{
    font-size:18px;
    margin-bottom:5px;
    color:#195caa;
}
.panel h5{
    font-size:18px;
    margin-bottom:0px;
    font-weight:300;
    color:#000;
}
.getstarted
{
    position:absolute;
    right:20px;
    top:15px;
    background:#3e2308;
    color:#fff;
    border-radius:3px;
    padding:5px 20px;
    display:table;
    font-size:12px;
        transition:all .5s;
}
.getstarted:hover
{
    background:#37b6e1;
    transition:all .5s;
}




.mmenu_but
{
    width:auto;
    padding:8px 5px 5px 0px;
    color:#222;
    margin-right:10px;
    float:right;
    cursor:pointer;
    display:none;
    font-size:30px;
    font-weight:600;
    margin-top: 23px;
    transition: all 0.3s ease 0s;
}
.header.fixed1 .mmenu_but{margin-top: 10px;}

.mobile_menu
{
    width:100%;
    height:100%;
    background:#fff;
    overflow-y: auto;
    z-index:9999999;
    position:fixed;
    display:block;
    left:-260px;
    top:0px;
    transition:ease all .5s;
    /*border-right:2px solid #2259da;*/
}
.mslidemenu_close
{
    width:100%;
    float:left;
    padding:15px;
    cursor:pointer;
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
    background:#b27c17;
}
.mslidemenu_close i
{
    float:right;
}
.mobile_menu_wrapper
{
    width:100%;
    float:left;
    /*border-bottom:1px solid #ccc;*/
    padding:10px 15px;
}
.mobile_welcome h4
{
    font-size:18px;
    color: #222;
    margin-bottom:5px;
    
}
.mobile_welcome p
{
    font-size:14px;
    color: #222;
    margin-bottom:0px;
    
}
.mobilecategories
{
    font-size:18px;
    color: #373333;
    padding:10px;
    width:100%;
    float:left;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:0px;
    padding-bottom:0px;
    font-family: 'Montserrat Alternates', sans-serif;
}
ul.parent {
    list-style: none;
    width: 100%;
    float: left;
    margin-top:0px;
}
ul.parent li{
    width: 100%;
    float: left;
    position: relative;
}
ul.parent li a{
    display: inline;
    width: 100%;
    height:100%;
    outline:none;
    display:table;
    border-bottom:1px solid #f0f0f0;
    padding:12px 12px; 
    color: #333745;
    font-size: 13px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: bold;;
}

ul.parent li span{
    float: right;
    color: #333745;
    font-size:20px;
    font-weight:bold;
    margin-top:0px;
    padding:0px;
    line-height:0px;
}
ul.parent li a:hover, .hpl_cats ul.parent li a:hover span {
    text-decoration: none;
    color: #3c44e7;
}
ul.parent ul {
    padding-right: 0px;
    list-style: none;
    display:none;
    background-color: #f1f1f1;
}
ul.parent ul li{
    background-color: #f1f1f1;
    position:relative;
}
ul.parent ul ul li{
    background-color: #fff;
}
ul.parent ul li:last-child{
    border-bottom: 0px dotted #ccc;
}
.menul li a span
{
    position:relative;
    float:right;
}
.menul li a span:before {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 18px;
    content: '\f105';
    font-family: "FontAwesome";
    transition: all .5s;
}
.menul li.open a span:before {
    content: '\f107';
    transition: all .5s;
}
.remove_desktop
{
    display:none;
}



#contact .contact:hover > i.fa {
    color: #999;
    background: #000000;
    transition: all 0.3s ease 0s;
}
#contact p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
#contact .text-danger {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.alert-danger {
    background: #fff;
    color: #FF9900;
    border: 1px solid #009788;
}
label {
    font-size: 12px;
    font-weight: 400;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    color: #fff;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 25px;
    border-top: none;
    border-left: none;
    border-radius: 0px;
    border-right: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
    border: 1px solid #fff;
}
.form-control::-moz-placeholder {
color: #fff;
}

input.subscribe:hover {
    background-color: #fff;
    text-decoration: none;
    color: #3c44e7;

}
input.subscribe {
   padding: 7px 20px; text-decoration: none; text-transform: capitalize; border:  0px; 
   transition: all 0.3s; font-size: 16px; font-weight: 600; color: #fff; background-color: #000000;
}



.datecalendar{height: 60px; width: 100%; padding: 0px; margin: 0px; background-color: #555; display: table;}
.datecalendar h2{background-color: #555; padding: 0 30px; float: right; color: #fff; 
    height: 60px; line-height: 60px; margin: 0px;  
    font-size: 21px; font-weight: 400; text-transform: uppercase; letter-spacing: 1px;}

.news_nav ul{
    float: left;
    list-style: none;
    padding-left: 0px;
}
.news_nav ul li {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.5);
    position: relative;
}
.news_nav ul li:first-child{border-left: 1px solid rgba(255,255,255,0.5);}
.news_nav ul h4 {
    line-height: 60px;
    color: #8a8a8a;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 60px;
    float: left;
}
.news_nav ul li a {
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding: 0 60px 0 40px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.news_nav ul li a:after {
    position: absolute;
    top: 12px;
    right: 30px;
    content: '';    
    border-top:7px solid rgba(255,255,255,0.5);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
}
.news_nav ul li:hover a:after {
    top: 4px;
    border-bottom:7px solid rgba(255,255,255,0.5);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid transparent;
}
.news_nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #666;
}
.news_nav ul ul li {
    width: 100%;
    float: left;
    border-right: 0px solid #8a8a8a;
    line-height: 25px;
}
.news_nav ul ul li a {
    width: 100%;
    float: left;
    line-height: 30px;
    color: #555;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px;
}
.news_nav ul ul li a:after {
    display: none;
}
.news_nav ul ul li a:hover {
    background: #DDDDDD;
}
.news_nav ul li:hover ul {
    display: block;
}
.news_list li {
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.news_list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}
.news_list li .date {
    width: 15%;
    float: left;
    padding: 25px 15px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #575757;
    font-weight: 400;
}
.news_list li .date span {    
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0;
    color: #575757;
}
.news_list li .text {
    width: 82%;
    float: right;
    color: #575757;
    font-size: 16px;
}
.news_list li .text h3 { 
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: ##363636;
}
.news_list li .text a { 
    float: left;
    margin-top: 15px;
    border: 1px solid #ddd;
    color: #575757;
    line-height: 25px;
    transition: all .5s;
}
.news_list li .text a span {
    padding: 6px 10px;
    float: left;
}
.news_list li .text a i {
    padding: 10px;
    border-left: 1px solid #ddd;
    float: left;
}
.news_list li .text a:hover { 
    background: #666666;
    color: #fff;
    transition: all .5s;
}


.section3_news{background-color: #fff; padding: 30px 0px; display: table; width: 100%;}
.section3_news .news1{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}

.news1{
    width: 100%;
    position: relative;
    display: table;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.news1:before{
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 16px;
    background-color: #3c44e7;
    content: '';
}
.news1 h4{
    color: #333;
    font-weight: 500;
    line-height: 26px;
    display: block;
    overflow: hidden;
    float: left;
    width: 80%;
    margin:0;
}
.news1 h4 a{
    text-decoration: none;
    color: #000;
    overflow: hidden;
    float: left;
    width: 82%;
    transition: all 0.3s ease 0s;
}
.news1 h4 span {
    float:right;
    width:18%;
    font-size:16px;
    margin-top: 5px;
    text-align:right;
}
.news1 h6{font-size: 14px; font-weight: 300; float: right; width: 20%; margin: 0px; text-align: right;}
.padl0{padding-left: 0px;}

.news1 h4 a:hover{color: #3c44e7;}

.news1 h6 a{
    padding: 7px 20px; border: 1px solid #3346d0; text-decoration: none;float: right; display: table;
border-radius: 30px; font-size: 14px; font-weight: 500; color: #3346d0; background-color: transparent;
}
.news1 h6 a:hover{background-color: #3346d0;  color: #fff; border-color: #3346d0;}
.news1 h5 {
    float: right; color:#999;font-size:14px;font-weight:400;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/  
@media only screen and (min-width : 240px) and (max-width : 980px)
{
    .menu{display: none;}
    .banner_hd{font-size: 18px;}
    .banner_cont{display: none;}
    .banner_r_more{margin: 0px;}
    .banner_r_more a{font-size: 12px;}
    .overlay1{padding: 20px;}
    .techhd1{font-size: 16px;}
    .overlay1 p{opacity: 1; top: 0px; height: 100px;}
    .section3 ul li{}
    .section1 h2{font-size: 24px; line-height: 32px;}
    .lmore1{margin-bottom: 30px;}
    .section2 h2, .section3 h2{font-size: 24px;}
    .innerbanner{height: 55vh;}
    h4.innerpage_hd{margin: 0px; width: 100%; left: auto; font-size: 16px; padding: 5px 15px;}
    .box1_right{display: none;}
    .box1_left, .job_text, .job_dets, .contactleft, .map, .contactright{width: 100%;}
    .add_icon{width: 50px;}
    .map{margin: 0px; padding: 0px; margin-bottom: 20px;}
    .section4{padding: 20px;}
    .section4 p{font-size: 16px;}
    .mmenu_but, .mobile_menu
    {
        display:block;
    }
    .owl-theme .owl-nav{display: none !important;}

    .pop_content{width: 100%;}
    .close_btn{right: 0px;}

    .section4 h2{font-size: 21px;}
    .halfspan{width: 100%;}
    
    .section3.inner ul li{width: 50%;}
    
    .datecalendar h2{width: 100%; font-size: 21px;}
    .datecalendar .container{padding: 0px;}
    .news_nav ul{float: none; width: 100%;}
    .news_nav ul li{width: 50%;}
    .career_form{width: 100%;}
    
    footer.ft1{clear: both; display: table !important; width: 100%;}
    .mb-p-0{
        padding: 15px!important;
    }
    .pl-24 {
   padding-left: 10px!important; 
     padding-right: 10px!important; 
}
.col--2 {
    width: 100%!important;
    float: left;
}

}
/*------iphone----------------*/  
@media only screen and (min-width : 320px) and (max-width : 480px)
{
    
}
/*------smalltablet----------------*/  
@media only screen and (min-width : 480px) and (max-width : 768px)
{
    
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width : 768px) and (max-width : 980px)
{
    .serv1{margin-bottom: 20px;}
}
@media only screen and (min-width : 960px) and (max-width : 1024px)
{
    
}
@media only screen and (min-width : 960px) and (max-width : 1200px)
{
    
}
@media only screen and (min-width : 1200px) and (max-width : 1366px)
{
    
}


.service-top h3{
    text-align:center;
    color: #000;
    font-size: 3em;
    padding: 0 0 0.3em;
    font-family: 'Montserrat-Regular';
}
.service-top h3:after,.service-top h3:before{
    width: 200px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content:"";
    background:#000;
    margin: 0 1%;
}
.service-top p{
    color: #a3a3a3;
    font-size: 0.9em;
    line-height: 2em;
    text-align:center;
}
.services{
    padding: 5em 0 3em;
}
.service-top {
    padding: 0em 0 4em;
}
.ser-top{
    float:right;
    width:77%;
}
.ser-top h4{
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
       /* color: #eb882b;*/
       color:rgb(139, 94, 60);
        margin: 0px;
}
.ser-top p {
    color: #000000;
    font-size: 16px;
    line-height: 2em;
    margin: 0.5em 0 0em;
}
.ser-grid{
    float:left;
}
.services-grid {
    margin: 0em 0 2em;
}

.hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #3e2308;
    border: 3px solid #3e2308;
        line-height: 75px;
    font-size: 37px;
}

.hi-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    font-size: 1.7em;
    display: block;
}

/* Effect 8 */
.ser-grid .hi-icon {
    background: rgba(255,255,255,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.ser-grid .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.ser-grid .hi-icon:hover {
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    /*color: #eb882b;*/
    color:rgb(139, 94, 60);
      text-decoration: none;
}

.ser-grid .hi-icon:hover:after {

    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(15, 111, 185, 0.1), 0 0 10px 10px rgba(15, 111, 185, 1), 0 0 0 10px rgba(15, 111, 185, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}


#benefit {
    background: rgba(0, 0, 0, 0) url(../img/2.jpg) repeat fixed 0 0 / cover;
        overflow: hidden;
        background-size: cover;
}
.benefit-right {
    float: right!important;
    padding: 0;
}
.benefit-text {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    display: table-cell;
    height: 580px;
    padding: 14px;
    vertical-align: middle;
}
.benefit-orange {
    color: #12212f;
    float: left;
    font-size: 30px;
    height: 65px;
    margin: 12px;
    padding: 5px 5px;
    width: 65px;
    border-right: 1px solid #ccc;
}
.benefit-orange img {
    width: 55px;
    position: relative;
    top: -1px;
    left: -6px;
    opacity: 0.6;
}
.benefit-text-i {
       float: left;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 0px 14%;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #222;
    text-align: center;
}
.benefit-heading h3 {
    font-weight: 100px;
    font-size: 33px;
    /*color: #333;*/
    color: rgb(139, 94, 60);
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family:'myheading';
}
.heading{
        font-weight: 800;
    margin: 0px;
    color: rgb(139, 94, 60);
    /* color: #333; */
        font-size: 33px;
   /* font-family: 'myheading';*/
   font-family:headerfont;
        margin: 0px 0px 40px;
}

.padding-none:nth-child(1) {
    border-left: none;
}

.padding-none {
    padding: 0;
       /*border-left: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;*/
}
.br-left{
    border-left: 1px dashed #ddd;
}
.br-right{
    border-right: 1px dashed #ddd;
}
.br-bottom{
    border-bottom: 1px dashed #ddd;
}
.services-item {
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.services-item .icon i {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 48px;
    text-align: center;
    margin-bottom: 15px;
    color: #212121;
    border-radius: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.services-item .services-content h3 {
    margin-bottom: 10px;
    line-height: 26px;
}
.services-item .services-content h3 a {
        font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #222;
    font-family: myfont;
    text-decoration: none;
}
.shadow-hover {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease,-webkit-box-shadow .3s ease;
}
.shadow-box {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.15)!important;
    box-shadow: 0 1px 15px rgba(0,0,0,.15)!important;
   /* background-color: #fafafa;*/
}
.btn-round:hover {
    color: #fff;
    /*background-color: #3c44e7;*/
        background: #8b5e3c;
}
.btn-round {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    margin: auto;
    font-weight: 600;
    display: table;
    border: 2px solid #8b5e3c;
    border-radius: 50px;
    padding: 8px 40px 5px;
    transition: all 0.3s ease 0s;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}
.carousel-inner > .item {
    display: none;
    max-height: 600px!important;
    position: relative;
    -webkit-transition: .6s ease-in-out bottom !important;
    transition: opacity 500ms ease-in-out 0s !important;

    background-color: rgba(0, 0, 0, 0.5) !important;
}
.pavcontentslider .carousel-inner {
    position: absolute;
    width: 100%;
    height:100%;
    background:red;
    top: 0px;
}
.abt-heading {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: myfont;
    margin-top: 0px;
        margin-bottom: 20px;
    letter-spacing: 0px;
    color:#000000;
}
.divider {
    border-top: 4px solid #000;
    width: 70px;
    margin: 0;
}
.service-img{
    padding-top: 30px;
}
.about-icon{
    padding: 50px 28px;
    background: red;
    border-radius: 24px;
}

:root{
    --gr-color1: linear-gradient(to bottom right, #77C9A8, #09A1C0);
    --gr-color2: linear-gradient(to bottom right, #FBDD2C, #F6B221);
    --gr-color3: linear-gradient(to bottom right, #DDE12C, #A8CF38);
    --gr-color4: linear-gradient(to bottom right, #77C9A8, #09A1C0);
    --text1: #BC32B4;
    --text2: #F6B221;
    --text3: #A8CF38;
    --text4: #09A1C0;
}
.serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 15px;
}
.serviceBox .service-icon{
    color: #b58200;
    background: var(--gr-color1);
    font-size: 56px;
    line-height: 125px;
    height: 124px;
    width: 124px;
    margin: 0 auto 19px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
        background: #f5e6d2;
}
.serviceBox .service-icon:after{
    content: '';
    height: 115%;
    width: 115%;
    box-shadow: 0 0 10px #505050;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -2;
    transition: all 0.3s;
}
.serviceBox:hover .service-icon{ transform:scale(0.9); }
.serviceBox:hover .service-icon:after{
    opacity: 1;
    transform:translateX(-50%) translateY(-50%) scale(1);
    box-shadow: 0 0 10px #505050, 0 0 10px rgba(0,0,0,0.2) inset;
}
.serviceBox .title{
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}
.serviceBox:hover .title{ color: rgb(139, 94, 60); }
.serviceBox .description{
    color: rgb(139, 94, 60);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}
.serviceBox.yellow .service-icon{ background: var(--gr-color2); }
.serviceBox.yellow:hover .title{ color: var(--text2); }
.serviceBox.green .service-icon{ background: var(--gr-color3); }
.serviceBox.green:hover .title{ color: var(--text3); }
.serviceBox.blue .service-icon{ background: var(--gr-color4); }
.serviceBox.blue:hover .title{ color: var(--text4); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.home_about {
    font-weight: 300;
    background-color: #f5f5f5;
    background-image: url(../images/abbg.jpg);
    background-position: top right;
    background-size: auto 100%;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}
.fullpage {
    max-width: 1140px;
    min-width: 240px;
    margin: 0px auto;
}

.home_txt {
    float: left;
    width: 50%;
    background: #f5f5f5;
    position: relative;
    padding: 60px 0;
}
.home_txt:before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    content: '';
}
.home_txt .fullbody {
    z-index: 2;
}
.fullbody {
    width: 100%;
    float: left;
    position: relative;
}
.home_about h1 {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #111;
    position: relative;
    text-transform: uppercase;
}
.home_about h4 {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.home_txt:after {
    position: absolute;
    top: 0;
    right: -110px;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    content: '';
    z-index: 1;
    transform: skewX(-25deg);
}
@media screen and (max-width: 767px){
.home_txt {
    width: 100%;
    padding: 15px;
    text-align: center;
    background: rgba(255,255,255,0.8);
}
.home_txt::before {
        display: none;
    }
}

.products-detail:after{
    position: absolute;
    top: 0;
    right: -110px;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    content: '';
    z-index: 1;
    transform: skewX(-25deg);
}
.pdt-name{
        padding-top: 32%;
}
.p-0{
    padding:0px!important;
    margin:0px;
}
.form-control {
 
    color: #222!important;
}
.mb-6{
    margin-bottom: 20px;
        height: 39px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(139, 94, 60);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgb(139, 94, 60);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgb(139, 94, 60);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgb(139, 94, 60);
}
/*#pavcontentslider8:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5) !important;
}*/
/*.txt-brown{
    color: #b58200;
}*/
.pl-55{
        padding-left: 68px !important;
}

.pl-24{
        padding-left: 24px;
            padding-right: 62px;
}
.pl-35{
        padding-left: 30px;
}
.pr-30{
    padding-right: 26px;
}
.pl-28{
    padding-left: 28px;
}
.quicklink a{
        line-height: 30px;
}
.quicklink{
    padding-left: 30px;
}
.pl-35{
       padding-left: 62px;

}
.quicklink a{
    color:#fff;
    text-decoration: none;
}

.form-style-6 {
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 680px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"], .form-style-6 input[type="date"], .form-style-6 input[type="datetime"], .form-style-6 input[type="email"], .form-style-6 input[type="number"], .form-style-6 input[type="search"], .form-style-6 input[type="time"], .form-style-6 input[type="url"], .form-style-6 textarea, .form-style-6 select {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 46%;
    float: left;
    background: #fff;
    margin-bottom: 3%;
    border: 1px solid #ccc;
    padding: 2%;
    margin-right: 10px;
    color: #555;
    display: inline-block;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus, .form-style-6 input[type="date"]:focus, .form-style-6 input[type="datetime"]:focus, .form-style-6 input[type="email"]:focus, .form-style-6 input[type="number"]:focus, .form-style-6 input[type="search"]:focus, .form-style-6 input[type="time"]:focus, .form-style-6 input[type="url"]:focus, .form-style-6 textarea:focus, .form-style-6 select:focus {
    box-shadow: 0 0 5px #b27c17;
    padding: 2%;
    border: 1px solid #b27c17;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        width: 14%;
    padding: 2%;
    background: #b27c17;
    border-bottom: 2px solid #b27c17;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #b27c17;
}
a.enquire {
        position: fixed;
    top: 45%;
    right: -52px;
    z-index: 999;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    padding: 9px 10px;
    text-transform: uppercase;
    background: rgb(139, 94, 60);
    transform: rotate(-90deg);
    transition: all .5s;
    text-decoration: none;
}
a.enquire:hover {
    background: #b27c173;
    color: #fff;
    transition: all .5s;
}
.col--2{
    width: 20%;
    float: left;
}

/*contact form errors*/

.contact-err.help-block.with-errors.contact_name, .contact_email ,.contact_phone, .contact_message {
    color: red !important;
    font-size: 12px;
}
.wd-50{
       width: 45%;
 
    margin-right: 20px;
}
.wd-100{
       width: 100%!important;
}
.fl-left{
    float: left;
}
.wd-100{
        height: 38px;
}
@media screen and (max-width: 767px){

    .hi-icon {
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #3e2308;
    border: 3px solid #3e2308;
    line-height: 50px;
    font-size: 20px;
}
.benefit-text-i {
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px 0%;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #222;
    text-align: center;
}
.quicklink {
    padding-left: 0px;
}
.input-box{
    width: 100%!important;
}
}


@media only screen and (max-width: 768px) {

.inquireNow-product{
    padding: 0px 10px!important;
    border: 1px solid rgb(139, 94, 60);
    text-decoration: none;
    margin: auto;
    margin-top: 17px!important;
    display: table;
    /* border-radius: 30px; */
    font-size: 10px!important;
    font-weight: 500;
    color: rgb(139, 94, 60);
    background-color: transparent;
}
.abt-heading {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: myfont;
    margin-top: 0px;
    margin-bottom: 8px;
    letter-spacing: 0px;
    color: #000000;
}
.pdt-name {
    padding-top: 25%;
}

.abt-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: myfont;
    margin-top: 0px;
    margin-bottom: 8px;
    letter-spacing: 0px;
    color: #000000;
}
.product-item{
    margin: 30px 0px !important;
}
.section3 ul li img {
   max-height: 88px !important;

}
.mt-2
{
        margin-top: 2rem;
}
.corp_add p {
    font-size: 12px;
}