/*
Theme Name: Solvera  Child
Theme URL: https://www.newvisiondigital.co/
Description: Solvera Child Theme
Author: Pankaj
Author URL: https://www.newvisiondigital.co/
Template: solvera
Version: 1.0.0
Text Domain: solvera-child
*/ Custom CSS goes after this line


html{overflow-x:hidden;}
body{overflow-x:hidden; font-family: 'Montserrat', sans-serif;}
img{ max-width:100%;}
*{margin:0px;padding:0px;}
a{text-decoration:none !important;}
p{text-align: justify;}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');


/*------- font-family: 'Open Sans', sans-serif; -------*/



/* Header part */

header{
    padding: 15px 0px;
    float: left;
    width: 100%;
}
.logo{}
.logo img{}
.topcall{
    font-size: 23px;
}
.topcall a{
    color: #333333;
}
.topcall a i{
    color: #a8de1a;
    font-size: 27px;
    vertical-align: bottom;
    margin-right: 1px;
}
.topcall a:hover{
    color: #3a61aa;
}
.topmenu{float:left;width:100%;height:auto;margin-top: -12px;}

.grt-mobile-button {
	display:none;
}

.grt-mobile-button:focus {
	border:0;
	outline:0;
}
header nav {
	clear:both;
	display: block;
	line-height: 60px;
	height:60px;
	position:relative;
}

ul.grt-menu {
	display: block;
	float:right;
	margin:0 -10px 0 0;
	padding:0;
	list-style-type: none;
}

ul.grt-menu:after {
	content:"";
	clear:both;
	display:block;
}

ul.grt-menu li {
	display: inline-block;
	margin:0;
	padding:0;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

ul.grt-menu li a {
	padding: 6px 8px;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	color:#303030;
	line-height: 1.1em;
	box-shadow: inset 0 0 0 0 #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	position:relative;
	text-decoration: none;
	text-transform: uppercase;
}


ul.grt-menu li.active a:after  {
    position: absolute;
    bottom: 0px;
    content: "";
    left: 12px;
    right: 12px;
    border-bottom: 2px solid #a8de1a;
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

ul.grt-menu li.grt-dropdown:hover {
	cursor:pointer;
}

ul.grt-menu li.grt-dropdown:hover a {
	box-shadow: none;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
	display: none;
	position:absolute;
	background: #a8de1a;
	margin: 0;
	padding: 0;
	min-width:150px;
	animation: fadeIn 0.8s;
	z-index: 999;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
	display:block;
	font-size: 14px;
	color: #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 9px 9px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {
	padding-bottom:15px;
}

ul.grt-menu li.grt-dropdown.active-dropdown {
	background: #ee2b34;
}

ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {
	display:block !important;
}

ul.grt-menu li.grt-dropdown.active-dropdown a {
	color:#FFF;
}


/* Home page Middle Section */

.slider-container {
  position: relative;

  overflow: hidden;

  width: 100%;
  margin: 0 auto;
}


.slider {
  position: relative;

  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;

  content: ' ';
}
.slider:after {
  clear: both;
}
.slider .slide {
  position: relative;

  float: left;

  margin: 0;
  padding: 0;
}
.slider .slide img {
  display: block;

  max-width: 100%;
  height: auto;
}
.act,
#prev > span,
#next > span,
#slider-nav > a {
  background: url(../images/arrows.png) no-repeat;
}
#next > span,
#prev > span {
  display: block;

  width: 16px;
  height: 24px;
}
/* Arrows */
#next > span {
  background-position: -20px 0;
}
#prev > span {
  background-position: 0 0;
}
#next,
#prev {
  position: absolute;
  top: 50%;

  margin-top: -20px;
  padding: 10px 15px;

  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  border-radius: 5px;
  background: rgba(0, 0, 0, .39);

  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
       -o-user-select: none;
}
#prev {
  left: 10px;
}
#next {
  right: 10px;
}
.caption {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0 10px 30px;
  color: #fff;
  top: 0;
  padding-top: 8%;
}
.caption a {
  display: block;

  color: #fff;
}
.slider-nav {
  line-height: 30px;

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;

  text-align: center;
  /*background: #323232;*/
  /*opacity: .9;*/

  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav a {
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
  border: 0px solid #fff;
  border-radius: 2px;
  background: #ffffff;
}

.slider-nav .active {
  width: 32px;
  height: 4px;
  background: #a1d51f;
}

.captxt{
    width: 100%;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.captxt h3{
    font-size: 46px;
    line-height: 64px;
    font-weight: 300;
    margin-bottom: 11px;
    letter-spacing: 1px;
}
.captxt h3 strong{
    font-weight: 600;
    color: #a8de1a;
}
.captxt p{
    font-size: 20px;
    max-width: 600px;
    margin: auto;
    line-height: 35px;
    margin-bottom: 18px;
}
.captxt a{
    display: inline-block;
    margin: 10px;
    border: 1px solid #fff;
    padding: 10px 30px;
    border-radius: 2px;
    font-size: 16px;
}
.captxt a:hover{
    background-color: #fff;
    color: #000;
}
.captxt a.fill{
    background-color: #a1d51f;
    border: 1px solid #a1d51f;
}
.captxt a.fill:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.banner01{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.section01{
    float: left;
    width: 100%;
    padding: 30px 0px 50px;
}
.servileft{
    float: left;
    width: 100%;
    position: relative;
}
.servileft h3{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #3a61aa;
}
.servileft h3:after {
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.servileft p{
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 10px;
}
.servileft p strong{
    color: #a1d51f;
}
.servirigt{
    float: left;
    width: 100%;
    border-left: 1px solid #b9b7b7;
    padding-left: 30px;
    padding-top: 12px;
    margin-top: 60px;
}
.servirigt p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
	font-weight:500;
}

.servibox{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    margin-top: 30px;
    border-radius: 8px;
    border: 1px solid #dcdbdb;
    transition:all 0.3s linear;
}
.servibox img{}
.servibox h3{
    font-size: 23px;
    font-weight: bold;
}
.servibox p{
    font-size: 14px;
    line-height: 25px;
    color: #333;
    min-height: 160px;
}
.servibox a{
    background-color: #a1d51f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
    display: none;
}
.servibox a i{
    margin-left: 7px;
}
.servibox a:hover{
    background-color: #000;
}
.servibox:hover{
    background-color: #3a61aa;
}

.servibox:hover a{
   position:absolute;
   left:0; right:0; margin:auto;
   width:150px; bottom:8px;

}


.inner-common-sec #thumnail-sec a{display:block;}
.inner-common-sec #thumnail-sec a img{display:block; width:100%; height: auto; margin-bottom:20px;}
.inner-common-sec .blog-details img{width:auto; height:auto;}
.inner-common-sec .blog-details span{display:block; margin:10px 0; font-weight:600;}

 svg.icon.icon-arrow-left ,  svg.icon.icon-arrow-right{
    width: 40px;
    height: 15px;
    vertical-align: text-top;
}


.inner-common-sec table { 
	width: 100%;
	border-collapse: collapse; 
	margin: 30px 0;
}

.inner-common-sec tr:nth-of-type(odd) { background: #eee; }

.inner-common-sec th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
}

.inner-common-sec td, .inner-common-sec th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 15px;
}

.inner-common-sec ul li{background-image:url(./assets/images/right.png); list-style: none;background-position: left top;
background-repeat: no-repeat;padding-left: 35px;background-size: 25px;padding-bottom: 10px;}

.servibox:hover h3{
    color: #fff;
}
.servibox:hover p{
    color: #fff;
}
.servibox:hover a{
    display: inline-block;
}

.section02{
    float: left;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}
.agtinr{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.abtleft{
    float: left;
    width: 50%;
    position: relative;
    padding-left: 30px;
    padding-right: 7%;
    padding-top: 50px;
}
.abtleft h3{
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #3a61aa;
    margin-bottom: 18px;
}
.abtleft h3:after {
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.abtleft h4{
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 10px;
    max-width: 560px;
}
.abtleft h4 strong{
    color: #a1d51f;
}
.abtleft p{
    font-size: 14px;
    color: #616161;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
.abtleft a{
    background-color: #a1d51f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
}
.abtleft a i{
    margin-left: 7px;
}
.abtleft a:hover{
    background-color: #000;
}
.abtrigt{
    width: 50%;
    float: right;
    height: auto;
}
.abtrigt img{}

.section03{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0px 30px;
}
.sec3left{
    float: left;
    width: 35%;
    height: auto;
    position: relative;
}
.sec3left h3{
    background-color: #3a61aa;
    color: #fff;
    padding: 14px 25px;
    margin: 0px;
    border-radius: 43px;
    font-size: 19px;
    margin-bottom: 30px;
}
.sec3left h3:after{ content:'';     position: absolute;
    width: 63%;
    height: 3px;
    background-color: #eee;
    right: -63%;
    top: 20px;}
.sec3left ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.sec3left ul li{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 58px;
    min-height: 31px;
}
.sec3left ul li img{
    position: absolute;
    top: -5px;
    left: 0;
    height: 40px;
}
.sec3midl{
    float: left;
    width: 30%;
    height: auto;
    text-align: center;
}
.sec3midl img{
    max-height: 270px;
}
.sec3rigt{
    float: right;
    width: 35%;
    height: auto;
    position: relative;
    padding-top: 10px;
    margin-top: 28px;
}
.sec3rigt h3{
    background-color: #a8de1a;
    color: #fff;
    padding: 7px 25px;
    margin: 0px;
    border-radius: 43px;
    font-size: 14px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 22px;
    position: relative;
}
.sec3rigt h3:after{
    content:'';
    position: absolute;
    width: 63%;
    height: 3px;
    background-color: #eee;
    left: -63%;
    top: 25px;
    }

.sec3rigt ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.sec3rigt ul li{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 23px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 58px;
    min-height: 31px;
}
.sec3rigt ul li img{
    position: absolute;
    top: -5px;
    left: 0;
    height: 40px;
}

.section04{width:100%;height:auto;float:left;background-image:url(../images/noproblam.jpg);padding: 50px 0px;text-align: center;}
.problam01{
    max-width: 700px;
    margin: auto;
}
.problam01 h3{
    font-size: 33px;
    color: #fff;
    margin: 0px;
    margin-bottom: 12px;
}
.problam01 h3 strong{
    color: #a1d51f;
}
.problam01 p{
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 25px;
}
.problam01 a{
    background-color: #a1d51f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
}
.problam01 a i{
    margin-left: 7px;
}
.problam01 a:hover{
    background-color: #000;
}

.section05{
    float: left;
    width: 100%;
    padding: 50px 0px 40px;
}
.srtupleft{
    float: left;
    width: 35%;
    height: auto;
    padding-right: 34px;
}
.srtupleft h3{
    margin-bottom: 15px;
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 29px;
}
.srtupleft h3:after {
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.srtupleft ul{
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.srtupleft ul li{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 28px;
}
.srtupleft ul li img{
    position: absolute;
    top: 4px;
    left: 0px;
    height: 18px;
}
.arrowimglft{
    float: right;
    width: auto;
    margin-right: -100px;
    margin-top: 0px;
}
.arrowimglft img{
    max-height: 100px;
}
.srtupmidle{
    width: 30%;
    float: left;
}
.srtupmidle img{}
.srtuprigt{
    width: 35%;
    float: right;
    padding-right: 0px;
    padding-left: 34px;
}
.arrowimgrgt{
    width: 100%;
    float: left;
    margin-left: -107px;
}
.arrowimgrgt img{
    max-height: 98px;
}

.section06{
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 30px;
    background-image:url(../images/thanbotbg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}
.getuch01{background-image:url(../images/thanbg.jpg);float: left;width: 100%;background-repeat: no-repeat;background-size: 27%;background-position: right;border: 1px solid #ddd;padding: 30px;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.13);position: relative;z-index: 12;background-color: #fff;}
.getuch01-inr{
    width: 70%;
    height: auto;
    float: left;
    text-align: center;
}
.getuch01 h3{
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.getuch01 h3:after {
    display: block;
    margin: auto;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.getuch01 p{
    font-size: 14px;
    max-width: 700px;
    margin: auto;
    font-weight: 500;
    margin-bottom: 35px;
    line-height: 24px;
}
.getuch01 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.getuch01 ul li{
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.getuch01 ul li input{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #d2d2d2;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
}
.getuch01 ul li textarea{
    width: 100%;
    height: 111px;
    float: left;
    border: 1px solid #d2d2d2;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
}
.getuch01 ul li input[type="submit"]{
    border: 0px;
    background-color: #a8de1a;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 12px;
}
.getuch01 ul li input[type="submit"]:hover{
    background-color: #333;
}

.section07{background-image:url(../images/testibg.jpg);float: left;width: 100%;padding: 30px 0px 50px;background-size: 100%;background-position: top center;}
.testi01{
    float: left;
    width: 100%;
    position: relative;
}
.testi01 h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.testi01 h3:after {
    display: block;
    margin: auto;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.testbox{
    float: left;
    width: 100%;
    position: relative;
}
.testiner{
    float: left;
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.testinertxt{
    float: left;
    width: 100%;
    position: relative;
    background-color: #242f45;
    padding: 40px 50px 30px;
    margin-bottom: 30px;
}
.testinertxt h4{
    color: #a8de1a;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-bottom: 9px;
    letter-spacing: 1px;
}
.testinertxt h4:after{content:'';background-image:url(../images/testcoment.png);position: absolute;top: -58px;left: 0;width: 30px;height: 30px;background-size: 100%;}
.testinertxt p{
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}
.testinertxt:before{
      content:'';
      width: 0;
      height: 0;
      border-left: 33px solid transparent;
      border-right: 0px solid transparent;
      border-top: 31px solid #242f45;
      position: absolute;
      bottom: -27px;
      right: 100px;
      }
.testinernme{
    float: left;
    width: 100%;
    text-align: right;
}
.testinernme h4{
    color: #242f45;
    font-weight: bold;
}
.testinernme h5{
    color: #242f45;
}
.testinernme h5 strong{}
.testbox .owl-dots{ display:none;}
.testbox .owl-nav{
    position: absolute;
    bottom: 0;
    width: auto;
    margin-top: 0px !important;
}
.testbox .owl-nav button{}
.testbox .owl-nav button span{
    font-size: 39px;
}
.testbox .owl-nav button.owl-next{}
.testbox .owl-nav button.owl-prev{}
.testbox .owl-nav button:hover{
    background-color: #0000 !important;
    color: #a8de1a !important;
    outline: 0px !important;
    border: 0px !important;
}
.section08{
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.section08 h3{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 26px;
    margin-top: 5px;
}
.section08 h3:after {
    display: block;
    margin: auto;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.bolg{
    float: left;
    width: 100%;
    position: relative;
}
.blogbox{
    float: left;
    width: 100%;
    position: relative;
}
.blogboximg{
    width: 100%;
    float: left;
}
.blogboximg img{}
.blogboxtxt{
    float: left;
    width: 94%;
    position: relative;
    background-color: #fff;
    margin: 3%;
    margin-top: -60px;
    border: 1px solid #ddd;
    padding: 30px;
}
.blogboxtxt h4{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 7px;
    min-height: 53px;
    font-weight: 600;
}
.blogboxtxt h4 a{
    color: #333;
   font-weight:600;
   font-size:20px;
}
.blogboxtxt h4 a:hover{}
.blogboxtxt p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.blogboxtxt a{
    color: #a1d51f;
    font-weight: 500;
   font-size:18px;

}
.blogboxtxt a:hover i{margin-left:6px;}
.blogboxtxt a i{
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    transition:all 0.3s linear;
}
.blogboxtxt a:hover{
    color: #3761b3;
}
.bolg .owl-nav{ display:none;}


/* Footer Section */

footer{ float:left; width:100%;  height:auto;}
.footertop{float:left;width:100%;height:auto;background-image:url(./assets/images/fottop.jpg);text-align: center;padding: 30px 15px;}
.footertop h3{
    margin: 0px;
    padding: 0px;
    color: #fff;
    max-width: 842px;
    margin: auto;
    line-height: 40px;
    font-size: 29px;
}
.footertop h3 strong{
    color: #a8de1a;
}
.footermiddle{
    float: left;
    width: 100%;
    height: auto;
    background-color: #24262c;
    padding: 40px 0px 20px;
}
.foot01{float:left; width:100%;  height:auto;}
.foot01 img{
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 35px;
}
.direction{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.direction a{
    background-color: #a8de1a;
    color: #16171a;
    padding: 10px 21px;
    font-size: 13px;
    border-radius: 32px;
    font-weight: bold;
}
.direction a i{
    margin-left: 2px;
}
.direction a:hover{
    background-color: #fff;
}
.fotsocial{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
}
.fotsocial ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.fotsocial ul li{
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-right: 6px;
}
.fotsocial ul li a{
    width: 30px;
    height: 30px;
    background-color: #a8de1a;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #24262c;
    font-size: 16px;
    border-radius: 50%;
}
.fotsocial ul li a i{
    line-height: 30px;
}
.fotsocial ul li a:hover{
    background-color: #fff;
}
.foo02{float:left;width:100%;height:auto;margin-bottom: 10px;}
.foo02 h3{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #a8de1a;
    font-size: 22px;
}
.foo02 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.foo02 ul li{
    float: left;
    margin-bottom: 10px;
    width: 100%;
    font-size: 13px;
}
.foo02 ul li a{
    color: #fff;
}
.foo02 ul li a:hover{
    color: #a8de1a;
}
.foo03{float:left; width:100%;  height:auto;}
.foo03 h3{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #a8de1a;
    font-size: 22px;
}
.foo03 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    width: 100%;
}
.foo03 ul li{
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    line-height: 22px;
    padding-left: 24px;
    font-size: 13px;
}
.foo03 ul li i{
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 0;
    color: #a8de1a;
}
.foo03 ul li a{
    color: #fff;
}
.foo03 ul li a:hover{
    color: #a8de1a;
}
.footerbottom{float:left;width:100%;height:auto;background-color: #16171a;text-align: center;padding: 10px 15px;}
.footerbottom p{
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.81);
    font-size: 12px;
}
.footerbottom p a{
    color: #a8de1a;
}
.footerbottom p a:hover{
    color: #fff;
}


/* Bradcumes part */
.bradcums{width:100%;height:auto;float:left;background-repeat: no-repeat;background-size: cover;background-position: center;text-align: center;padding: 95px 0px;}
.bradcums h3{
    color: #fff;
    font-size: 45px;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.bradcums ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.bradcums ul li{
    display: inline-block;
    margin: 2px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.46);
    padding: 0px 15px;
    color: #a8de1a;
}
.bradcums ul li a{
    color: #ffffff;
}
.bradcums ul li a:hover{
    color: #a8de1a;
}
.bradcums ul li:last-child{    border-right: 0px;   margin-left: 0px;  padding-left: 0px;}


/* About us part */

.abtinr01{
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding-bottom: 0px;
}
.abtinr01 h2{
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #3a61aa;
    margin-bottom: 9px;
    margin-top: 0px;
    }
.abtinr01 h2:after {
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.abtinr01 h3{
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 10px;
    max-width: 560px;
    margin-top: 0px;
    }
.abtinr01 h3 span{color: #a1d51f;font-weight: bold;}
.abtinr01 p{font-size: 14px;
    color: #616161;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;}
.abtinr01 p strong{}
.abtinr01 img{
    max-width: 100%;
    margin-bottom: 15px;
}
.abtinr01 h4{    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 15px;}
.abtinr01 h4:after {
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.abtinr01 a{
    background-color: #a1d51f;
    color: #fff;
    padding: 10px 20px;
    border-radius: 38px;
}
.abtinr01 a i{
    margin-left: 7px;
}
.abtinr01 a:hover{
    background-color: #000;
}
.abtcircle{

    text-align: center;
}
.abtcircle img{
    max-height: 400px;
}
.abtcircle h5{
    color: #3a61aa;
    margin: 0px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
}
.abtcircle p{}
.abtinr01 .row{ margin-bottom:30px;}

.abtteam{background-image:url(../images/ourteambg.jpg);float:left;width:100%;text-align: center;background-repeat: no-repeat;background-size: 100%;background-position: center;padding: 40px 0px;}
.abtteam h3{
    font-size: 30px;
    margin: 0px;
    color: #fff;
    margin-bottom: 15px;
}
.abtteam h3:after{
    display: block;
    margin: auto;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.abtteam p{
    font-size: 14px;
    color: #ffff;
    line-height: 28px;
    font-weight: 500;
    max-width: 900px;
    margin: auto;
}
.ourmangement{
    float: left;
    width: 100%;
    background-color: #eef5fa;
    padding: 40px 0px;
}
.ourmangement h3{
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 30px;
    font-weight: 600;
}
.ourmangement h3:after{
    display: block;
    margin: 0px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #a1d51f;
    width: 60px;
    margin-top: 7px;
}
.ourmangement p{
    font-size: 14px;
    color: #616161;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ourmangement h4{
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.ourmangement h4 span{
    color: #a1d51f;
    font-size: 16px;
}
.ourmangement img{ max-width:100%;}
.ourmangement .row{margin-bottom: 30px;}

.scrollup{width:40px;height:40px;text-indent:-9999px;background-color: #3a61aa !important; position:fixed;bottom:20px;right:20px;display:none;background:url('./assets/images/icon_top.png') no-repeat;z-index:10000; background-position: center; background-size: 20px;}
.scrollup:hover{opacity:1;}


/*--------- Services page style ---------*/
.tab-section , .career-section{padding:50px 0; float: left; width: 100%;} 
.tab-link h4{background-color:#aede31; font-size:27px; font-weight:600; font-family: 'Open Sans', sans-serif; color:#fff; padding:10px 15px; margin:0px;}
.tab-link ul li{border:1px solid #333; cursor:pointer; font-size:17px; font-weight:600;  color:#000; text-transform:uppercase; font-family: 'Open Sans', sans-serif; padding:10px 15px; border-top: 0; transition:all 0.3s linear;}
.tab-link ul li.active{background-color: #3a61aa; color: #fff; padding-left: 22px; border-left: 4px solid #aede31;}
.tab-link ul li:hover{background-color:#3a61aa; color:#fff; padding-left:22px;}  

.tab-con{display:none;}
.tab-con.active{display:block;}
.tab-con h3{margin:0px; font-size:33px; color:#000; font-family: 'Open Sans', sans-serif; padding-bottom:13px;}
.tab-con strong{color:#3a61aa; font-size:20px;}
.tab-con p{font-size: 14px; line-height: 28px;}


.accordion ul li.active h5{background:url('../images/min.png') no-repeat;background-color:#aede31; background-position: 98%;}
.accordion ul li h5{margin: 20px 0;background-color:#3a61aa;padding: 13px 20px;color: #fff;font-size:20px; border-radius: 5px;
 cursor: pointer;background:url('../images/plus.png') no-repeat;background-color:#3a61aa; background-position: 98%;} 

.accordion .drop-box ul{margin:0px;}
.accordion ul li .drop-box{display:none; margin:0px !important; padding: 3px 20px; }
.accordion li.active .drop-box{display:block;}
.accordion .drop-box ul li{background:url('../images/right-icon.png') no-repeat; padding-left:45px; font-size:15px; padding-bottom: 30px; font-weight:400; line-height: 28px;}
.accordion ul *{transition:0s;}

.site-btn{background-color: #a1d51f; color: #fff; padding: 10px 20px; border-radius: 30px; transition:all 0.4s linear; border:0px;
 font-size: 17px; font-weight: 500; outline:none; display:inline-block;}
.site-btn:hover{background-color:#000; color:#fff;}

.news-latter{background: url(../images/bg-blue.png) no-repeat;color: #fff;padding: 30px; background-size: cover; margin-top: 30px;}
.news-latter h5{font-size:28px; font-family: 'Montserrat', sans-serif; font-weight:600;}
.news-latter input{display:block; width:100%; border:0px; padding:15px 20px; border-radius: 7px; margin-bottom:20px;}
.news-latter p{font-size:19px; font-family: 'Montserrat', sans-serif; padding:6px 0; }
.news-latter.text-center{background-color:#3a61aa; background-image:none;}
.news-latter.text-center p {font-size: 16px; margin-bottom: 16px;}

.owl-theme .owl-dots  span{ background: #355aa0; padding:6px; position:relative}
.owl-theme .owl-dots  span:before{content:''; position:absolute; left:-5px; top:-5px; bottom:-5px; right:-5px; border-radius:100%; border:2px solid #355aa0; transition:all 0.3s linear; transform:scale(0);}
.owl-theme .owl-dots .owl-dot.active span:before{transform:scale(1);}
.owl-theme .owl-dots .owl-dot.active span{ background: #355aa0 !important;}


.form-section , .solvera-sec{ float: left; width: 100%; padding: 60px 0;}
.form-section h3{text-align:center; font-size:36px; position:relative;font-weight: 600; padding-bottom:15px; margin-bottom: 45px; margin-top:0px;}
.form-section h3 span{color:#aee029; font-size:25px;}
.form-section h3:before , .career-section h1:before , .solvera-sec h2:before{content:''; position:absolute; left:0; right:0; bottom:0; margin:auto; width:70px; height:3px; background-color:#aee029; }

.map-wrapper{position:relative; overflow:hidden; padding-bottom:82%;}
.map-wrapper iframe{position:absolute; left:0; right:0; top:0; bottom:0; height:100%;}

.form-fill {display: flex; flex-direction: row; flex-flow: wrap; margin:0 -10px;}
.form-fill .form-group{width:100%; flex-basis:50%; padding:0 10px;}
.form-fill .form-group:nth-of-type(5),.form-fill .form-group:nth-of-type(6) , .form-fill .form-group:nth-of-type(7){width:100%; flex-basis:100%;}
.form-fill .form-group input , .form-fill .form-group textarea , .form-fill .form-group select{background-color:#f4f4f4; border:0px; box-shadow:0px 0px 0px; padding: 12px 20px; height:auto;}
.form-fill .form-group select{background-image:url(../images/down-arrow.png); background-repeat:no-repeat; background-position:97%;
-webkit-appearance: none;-moz-appearance:none; appearance:none;}

.form-fill .form-group textarea{height:190px; resize:none;}
.form-fill .form-group .site-btn{background-color: #3a61aa; width: 100%; border-radius: 6px;}

.contact-details{text-align: center; margin-top: 40px;}
.contact-details span{display: inline-block;width: 90px;height:90px;border-radius: 100%;background-color: #aede31;
border: 7px solid #fff; box-shadow: 0px 0px 10px #00000036; position:relative; transition:all 0.3s linear;}
.contact-details:hover span{background-color: #3a61aa;box-shadow: 0px 0px 10px #3a61aa;}
.contact-details span img{position: absolute;left: 0;right: 0;margin: auto; top: 50%; transform: translateY(-50%);}
.contact-details h4{font-size:22px; font-weight:600; padding-top: 10px;}
.contact-details address , .contact-details address a{color:#534c4c; font-family: 'Open Sans', sans-serif; font-size:16px; transition:all 0.3s linear;}
.contact-details address a:hover{color:#a8de1a;}

.career-section h1{font-size:33px; position:relative; padding-bottom: 15px; margin-bottom: 21px;}
.career-section h1:before{ right:auto; left:0;}
.career-section h1 span{font-weight:bold; color:#a8de1a;}

.career-section .media{margin:0px; position:relative; padding-bottom: 25px;}
.career-section .media:before{content:''; position:absolute; left:0; right:0; bottom:0; height:25px; background-image:url(../images/carve-line.png); 
background-repeat: no-repeat; background-position: center center;}

.career-section .media-body{padding-left:30px; padding-top:35px;}
.career-section .media .circle-img{width: 260px; height: 260px;  border-radius: 100%; overflow: hidden; border: 6px solid #fff;
 padding: 0; box-shadow: 0px 0px 10px #00000036;}

.career-section .media .circle-img img{width:100%;}
.career-section .media:nth-of-type(even) .media-body{padding-left:0px; text-align:right; padding-right:35px;}
.career-section .media:nth-of-type(even) .media-body h1:before{left:auto; right:0;}
.career-section .media:nth-of-type(even):before{background-image:url(../images/carve-2.png);}
.career-section .media:nth-of-type(3):before{display:none;}

.solvera-sec{background-color:#eef5fa;}
.solvera-sec h2{text-align:center; padding-bottom:10px; margin: 0; margin-bottom:30px; position:relative; font-size:34px;}
.solvera-sec h2 span{font-weight:bold; color:#a8de1a;}
.solvera-sec h2:before{}
.solvera-sec figure , .primary-sec{float:left; width:100%;}

.primary-sec{padding:50px 0; background-image:url(../images/primary-banner.jpg); 
background-repeat: no-repeat; background-position: center center; color:#fff; background-size: cover;}
.primary-sec h2{font-size:43px; margin-top:0px; font-weight: 400;}
.primary-sec h2 strong{color:#aede31;}
.primary-sec p{font-size:19px; }



.job-sec{background-color:#eef5fa;}
.select-job{background-color:#fff; padding:20px; border:1px solid #e8e6e6;}
.select-job .nav li.active a , .select-job .nav li a:hover{background-color:transparent !important; color:#000;}
.select-job .nav li a{color:#000; padding:5px 10px; font-weight: 600; position:relative; padding-left:25px; border: 1px solid #ddd; border-radius: 0px; margin: 0 4px;}
.select-job .nav li a:before , .select-job .nav li a:after{content:''; transition:all 0.2s linear; position:absolute; left:5px; top:9px; width:12px; height:12px; background-color:#a8de1a; border-radius:100%;}
.select-job .nav li.active a{border-color:#a8de1a;}
.select-job .tab-content{padding: 20px;}
.select-job .nav li a:after{width:7px; height:7px; left:7px; top:11px; background-color:#000; transform:scale(0);}
.select-job .nav li.active a:after{transform:scale(1);}

.select-job .tab-content h4{color:#000; font-weight:600; position:relative; padding-bottom:12px; font-size:20px; border-bottom:1px solid #ddd; margin-bottom:22px;}
.select-job .tab-content h4:before{content:''; position:absolute; left:0px; bottom:-2px; width:55px; height:3px; background-color:#a8de1a;}

.job-sec h3{font-size:28px; text-align:left; margin-bottom: 30px;}
.job-sec h3 strong{color:#a8de1a;}
.job-sec h3:before{right:auto; left:0; height:4px; width:55px;}

.job-sec .form-fill .form-group input, .job-sec .form-fill .form-group textarea, .job-sec .form-fill .form-group select{background-color:#fff;}
.job-sec .form-fill .form-group textarea{height:130px;}

.job-sec .form-fill .form-group:nth-of-type(5), .job-sec .form-fill .form-group:nth-of-type(6){flex-basis:50%;}
.job-sec .form-fill .form-group:last-child{flex-basis:100%;}
.form-fill .form-group label{color:#808080; font-size: 15px;font-weight: 600;} 

ul.grt-menu li a:hover{color:#a8de1a;}

.blog-post .custom-link h4{padding-bottom:15px;border-bottom: 1px solid #ddd;}
.blog-post .custom-link ul li a i{position:absolute; right:0; top:10px; font-size: 15px; color:#3a61aa;}
.blog-post .custom-link ul li a , .blog-post .custom-link ul li span{display:block; border-bottom:1px solid #ddd; 
padding:10px 0px; cursor:pointer; color:#5b5b5b; position: relative;}
.blog-post .custom-link ul li span{color:#3a61aa; font-weight:600;}
.blog-post .custom-link ul li a:hover{color:#3a61aa;}
.blog-post .custom-link ul li:nth-of-type(8) a, .blog-post .custom-link ul li:nth-of-type(9) span{ border-bottom: 0px;}
.blog-post .tab-link ul li{display:inline-block; border: 1px solid #ddd;font-size: 17px; text-transform: capitalize;padding: 6px 20px !important;  font-weight: 500; /*border-right:0px;*/}
.blog-post .tab-link ul li.active{border-color:#3a61aa;}
.blog-post .tab-link ul li:hover{padding-left:15px;}
.blog-post .tab-link ul li:last-child{border-right:1px solid #ddd;}
.blog-post .tab-link ul{margin:0px;}
.blog-post .tab-link ul li:first-child {margin-left: 0;}
.blog-post .tab-link ul li:last-child {margin-right: 0;}
.blog-post .tab-row{background-color:#f1f7fc; padding:25px 20px; overflow:hidden;}
.blog-post .tab-con h3{font-size:24px; position:relative; padding-bottom:15px; margin-bottom:15px;}
.blog-post .tab-con h3:before{content:''; position:absolute; left:0; bottom:0; height:3px; background-color:#333; width:50px;}

.blog-post .tab-con .blog-details a{font-weight:600; color:#446aae; display:inline-block; margin-top:13px;}
.blog-post .tab-con .blog-details a img{transition:all 0.3s linear;}
.blog-post .tab-con .blog-details a:hover img{margin-left:5px;}
.blog-post .tab-con p{font-size:14px;}
.blog-post .tab-con .blog-details span{display:block; color:#5f5f5f; font-size:15px; margin-bottom: 6px;}
.blog-post{padding-left:40px; padding-right:40px;}
.blog-post .tab-con .col-md-6{margin-bottom:20px;}
.blog-post .tab-con .col-md-6 > a >img{width:100%; height:auto;}

.blog-post .right-aside{margin-bottom:35px; text-align: justify;}
.blog-post .right-aside:last-child{margin-bottom:0px;}
.blog-post .right-aside h4{border:0px; padding:0px; margin-bottom:10px; font-weight:600; text-align: left;}
.blog-post .right-aside span{color:#727272; display:block; margin-top:8px;}
.blog-post .right-aside a{display:inline-block; font-weight:600; color:#446aae;}
.blog-post .right-aside figure a{display:block;}
.blog-post .right-aside figure a img{width:100%; margin-top: 10px;}

.blog-post aside .custom-link:last-child ul li{display:inline-block; }
.blog-post aside .custom-link:last-child ul li a{border:1px solid #ddd; background-color:#eef5fb; padding:3px 10px; margin-top:6px; font-size:16px; transition:all 0.2s linear;}
.blog-post aside .custom-link:last-child ul li a:hover{ background-color: #a9c8e2; color:#fff; border-color:#a9c8e2;}

.blog-post aside .custom-link form{position:relative;}
.blog-post aside .custom-link form input{width: 100%; border: 1px solid #ddd; padding: 8px 14px; font-weight: 600;}
.blog-post aside .custom-link form .search-submit{position: absolute;right: 0;border: 0px;color: #fff;background-color: #333;padding: 9px 15px;}
.blog-post aside .custom-link form .icon-search{display:none;}

.tab-link .expand-tab{display: flex;flex-direction: row; flex-flow: wrap; /*justify-content: space-between;*/ justify-content: center; margin-bottom:40px !important;}
.tab-link .expand-tab li{display:block; width:180px; text-align:center; background-color: #3a61aa; color:#fff; margin: 0 10px !important;}
.tab-link .expand-tab li.active{background-color:#94c513; border-color:#94c513 !important;}


.wp-pagenavi a, .wp-pagenavi span{border:0px;}

.custom-link .widget-title{border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 20px;margin-top: 30px;font-size: 23px;}
.blog-post a img.wp-post-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    background-color: #ffffff;
    border-radius: 4px;
    margin: 0 0 15px 0;
    display: block;
}

.blog-post #thumnail-sec {
    text-align: center;
    margin: 15px 0 25px 0;
    width: 100%;
}

.blog-post #thumnail-sec a img.wp-post-image,
.blog-post #thumnail-sec img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    max-height: 460px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    display: block !important;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.blog-details img {
    max-width: 100% !important;
    height: auto !important;
}
.pagination .nav-links .page-numbers {
    padding: 8px 15px;
    border: 2px solid #a1d51f;
    margin: 8px;
    color: #a1d51f;
}
.pagination .nav-links .page-numbers.next svg{vertical-align: text-top;}
.disclaimer{margin: 80px 0 30px; text-align: justify;}
.disclaimer p { font-size: 15px;}
.report { padding: 15px; border: 1px solid #a1d51f; margin: 10px 0;}
.report p strong {
    line-height: 45px;
    font-size: 12px;
    font-weight: 600;
}
.pagination-max {text-align: center; margin: 30px auto;}
.nav-previous, .nav-next {
    flex-basis: 48%;
    margin: 0 2%;
    padding: 10px 5px;
    border: 2px solid #a1d51f;
}
.nav-links {
    display: flex;
}
.pagination-max .navigation h2 {
    display: none;
}
.nav-previous a, .nav-next a {
    /*padding: 15px;*/
    /*border: 2px solid #a1d51f;*/
    color: #a1d51f;
    font-weight: 600;
}
.blog-details {
    text-align: justify;
}



/*------------- Tablet only style ----------------*/

@media screen and (max-width: 1440px){
.blog-post .tab-link ul li {
    margin: 0px 28px;
}
}



@media (max-width:1024px) {
 header {padding:10px 0;}    
header .col-md-3:nth-of-type(2){display:none;} 
header .col-md-3{width:auto;}
header .col-md-6{width:auto; float:right;}  
header .logo img{width:165px; margin-top:10px; height:auto;}   
.topmenu{margin:0px;}   
ul.grt-menu li a{font-size:14px;}   
    
.blog-post{padding-left:20px; padding-right:20px;}
.blog-post .tab-con .col-md-6 img{width:100%;}
.blog-post .tab-con .col-md-6 .blog-details a img{width:auto;}

.direction a{padding: 7px 8px; font-size: 12px;}
.footertop h3{max-width:100%; font-size:25px; line-height: 32px;}
.caption{padding-top: 0;}
.servibox{min-height: 400px;}
.topcall{font-size: 22px;}
.career-section .media:before{display: none;}
.blog-post .tab-link ul li{margin:0px;}
.tab-link .expand-tab li{width:170px; margin:0px;}

}


@media (max-width:991px) {

.blog-post  .tab-link {  margin-top: 30px;}
.footermiddle .col-sm-3{width:50%;}
.foot01 img{ padding: 2px 17px;  margin-bottom:20px;}
.direction{margin-bottom:10px;}
.fotsocial{margin-top:10px;}



}

@media screen and (max-width: 768px){
	.srtupleft, .srtuprigt{width: 50%;}
	.arrowimglft, .srtupmidle, .arrowimgrgt, .sec3left h3:after, .sec3midl, .sec3rigt h3:after{display: none;}
	.sec3left, .sec3rigt{width: 48%;}
	.abtcircle{ margin-top: 30px;}
	.abtteam{background-size: cover;}
	.news-latter{padding: 30px 15px;}
	.blogboxtxt{margin-top: -120px;}
	.contact-details{min-height: 215px;}
	.servibox {min-height: 300px;}
	.servibox p{min-height: 80px;}
	.career-section h1{font-size: 30px;}
    .blog-post .right-aside figure a img{ height: 200px; object-fit: cover;}
	.nav-previous, .nav-next{margin: 5px 10px;}
	.nav-previous a, .nav-next a{display: flex; min-height: 80px;}
	.bradcums{padding: 60px 0;}
	.foo02{padding-left: 0 !important;}
}


@media (max-width:767px) {
.menu-container {padding-left: 15px;padding-right: 15px;}

.grt-mobile-button {position:absolute;right:0;top:-40px;background:#FFF;color:#3d3d3d;cursor:pointer;border:0px; width:35px; display:block;}
.grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
width: 35px;height: 4px;background-color: #333;margin: 6px 0;transition: 0.4s;display:block;}

header .col-md-6{width:100%; float:none;}  
header nav{height:auto; }

.toggle-icon .line1 , .toggle-icon .line2 , .toggle-icon .line3{position:relative; transition:all 0.4s linear;}
.toggle-icon .line2:nth-of-type(2){transform:scale(1,1); opacity:0;}

.toggle-icon .line1{transform: rotate(40deg);top: 10px;}
.toggle-icon .line3{transform: rotate(-50deg);top: -10px;}

ul.grt-menu {display:none;float: left;width:100%; margin-top:15px;}  
.topmenu{margin-top: 0;} 
ul.grt-menu li {display: block;line-height:2.5em;}
ul.grt-menu li a {padding: 6px 10px;font-size:15px;}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {width:100%;position: relative;display:none;}
ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {display: block;font-size: 17px;}

.blog-post {padding-left: 10px;  padding-right: 10px;}
.blog-post .tab-link ul li{padding: 6px 14px !important; font-size: 16px;}
.tab-link .expand-tab li{width:148px;}
.tab-link .expand-tab{margin-bottom:15px !important;}


   

}

@media (max-width: 580px) {


}


@media (max-width: 480px) {
.footermiddle .col-sm-3{width:100%;}
.fotsocial {margin-bottom: 25px;}
.topcall, .news-latter{display: none;}
header nav{height: auto;}
.grt-mobile-button-open{top: 65px;}
.servirigt{border-left: 0; padding-left: 0;margin-top: 0;}
.servileft p{font-size: 27px;}
.servileft h3{font-size: 28px;}
.servibox, .servibox p{min-height: 1px;}
.abtleft, .abtrigt, .sec3left, .sec3rigt, .srtupleft, .srtuprigt, .getuch01-inr, .getuch01 ul li{width: 100%;}
.abtrigt{margin-top: 40px;}
.srtuprigt{padding-left: 0;}
.getuch01{background: none;}
.direction a{padding: 10px 21px;}
.abtinr01 h3{font-size: 30px;}
.blogboxtxt{ margin-top: -55px;}
.bradcums h3{font-size: 36px;}
.career-section .media-body{width: 100%; display: block;}
.career-section .media:nth-of-type(even) .media-body{padding-left: 35px; padding-right: 0; text-align: left;}
.career-section .media .circle-img{float: left !important;}
.career-section .media:nth-of-type(even) .media-body h1:before{left: 0; right: auto;}
.primary-sec h2{font-size: 35px;}
.primary-sec p { font-size: 17px;}
.contact-details{min-height: 1px;}
.job-sec .form-fill .form-group:nth-of-type(5), .job-sec .form-fill .form-group:nth-of-type(6) { flex-basis: 100%;}
.form-section{padding: 30px 0;}
.job-sec h3{margin-top: 20px;}
.form-fill{margin: 20px -10px;}
.footertop h3{font-size: 20px;}
.footertop{padding: 20px 15px;}
.servibox{padding: 15px 15px 55px;}
.abtleft a{display: table; margin: auto;}
.abtleft{padding-top: 5px; padding-left: 20px; padding-right: 5%;}
.testinertxt{padding: 40px 25px 15px;}
.abtinr01 a{display: table; margin: auto; text-align: center;}
.ourmangement img{display: block; margin: auto;}
.accordion ul li .drop-box{padding: 3px 10px;}
.accordion .drop-box ul li{padding-left: 40px; padding-bottom: 10px;}
.accordion ul li h5{padding: 13px 40px 13px 15px; font-size: 18px; line-height: 28px;}
.tab-section, .career-section{padding: 50px 0 20px;}
.career-section .media-body, .career-section .media:nth-of-type(even) .media-body{padding: 20px 10px;}
.career-section .media:nth-of-type(even) .media-body p br{display: none;}
.select-job ul.nav li{width: 48%;}
.career-section .media{padding-bottom: 0;}
.select-job .tab-content .tab-pane ul li{text-align: justify;}
.contact-details{margin-top: 10px;}
.blog-post .tab-link ul li {margin: 5px !important; flex-basis: 45%;}
.nav-links{display: block;}
.nav-previous a, .nav-next a{min-height: 1px;}
.blog-post .tab-link{margin-top: 0;}
.blog-post .page-header h1 {font-size: 24px;}
.blog-post .inner-common-sec h1.entry-title { font-size: 24px; padding: 0 20px;}
}

@media screen and (max-width: 375px){
    .servileft p { font-size: 24px;}
    .testbox .owl-nav{bottom: -25px;}
    .career-section h1 {font-size: 24px;}
    .select-job ul.nav li{width: 100%; margin: 5px;}
}


@media screen and (max-width: 320px){
    .caption{display: none;}
    .nav-previous a, .nav-next a{padding: 15px 5px;}
}