@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #7C7878;
	background-color:#e1edf2;
	overflow-x:hidden;

}

@font-face {
  font-family: "BillSmith";
  src:
    local("Trickster"),
    url("../webfonts/BillSmith.ttf"),
   
    url("../webfonts/BillSmith.woff") format("woff");
}

a{
    text-decoration:none;
}
.bg-primary{
    background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7C7878;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.header-top ul li{
    list-style:none;
     margin-right:15px;
     font-size:20px;
   
}
.header-top ul{
    display:flex;
   padding:5px 0;
   justify-content: end;
   margin-bottom:0;
}
.header-top ul li a{
    color:white;
}
.header-bottom{
    background-color:white;
}
.fixed-top img{
    width:50%;
}
.fixed-top .header-bottom-in{
   border-bottom:5px solid transparent;

 border-image: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
 border-image: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
 border-image: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
border-image-slice: 1; 
}
.about{
    margin-bottom:60px;
}
.serv-cont{
    position:relative;
}
.serv-cont:before{
    content: '';
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
     background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
z-index: 1;
}

.serv-cont{
-webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background-color: #fff;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
   
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    -webkit-transform: perspective(500px)rotateX(0);
    -khtml-transform: perspective(500px)rotateX(0);
    -moz-transform: perspective(500px)rotateX(0);
    -ms-transform: perspective(500px)rotateX(0);
    -o-transform: perspective(500px)rotateX(0);
    transform: perspective(500px)rotateX(0);
    position: relative;
    overflow: hidden;
}
.item--holder{
   -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    -webkit-transform: perspective(500px)rotateX(0);
    -khtml-transform: perspective(500px)rotateX(0);
    -moz-transform: perspective(500px)rotateX(0);
    -ms-transform: perspective(500px)rotateX(0);
    -o-transform: perspective(500px)rotateX(0);
    transform: perspective(500px)rotateX(0);
}
.services{
    background-image:url("../images/bg-ser.png");
    height:656px;
}

.item--gap {
    width: 76px;
    height: 3px;
    margin: auto;
    position: relative;
}

.item--gap:before {
    left: 0;
    width: 19px;
}
.item--gap:before, .item--gap:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
}

.item--gap:after {
    right: 0;
    width: 51px;
}

.item--content {
    margin-top: 17px;
     text-align:center;
}
.item--title {
    font-size: 26px;
    margin-bottom: 19px;
    font-weight:600;
    text-align:center;
}
.item--icon{
    text-align:center;
        margin: 30px 0;
}

.item--featured {
    position: relative;
}
.item--featured img{
    width:100%;
    height:auto;
}
.item--featured:before{
    content: '';
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.76)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.76),transparent);
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.76),transparent);
    background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.76),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.76),transparent);
    background-image: linear-gradient(bottom,rgba(0,0,0,.76),transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.76)',endColorStr='rgba(0, 0, 0, 0)');
}

.item--title-hov {
    font-size: 22px;
    margin-bottom: 21px;
    color: #fff;
}
.more-plus {
    height: 57px;
    width: 57px;
    line-height: 57px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    font-family: poppins,sans-serif;
    display: inline-block;
}
.item--meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(14,14,14,0.5);
    padding: 40px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: perspective(500px)rotateX(-90deg);
    -khtml-transform: perspective(500px)rotateX(-90deg);
    -moz-transform: perspective(500px)rotateX(-90deg);
    -ms-transform: perspective(500px)rotateX(-90deg);
    -o-transform: perspective(500px)rotateX(-90deg);
    transform: perspective(500px)rotateX(-90deg);
    text-align:center;
}

.item--meta a{
    color:#fff;
}
.item--readmore a{
    color:#000;
}

.serv-cont:hover .item--holder {
    opacity: 0;
    -webkit-transform: perspective(500px)rotateX(-90deg);
    -khtml-transform: perspective(500px)rotateX(-90deg);
    -moz-transform: perspective(500px)rotateX(-90deg);
    -ms-transform: perspective(500px)rotateX(-90deg);
    -o-transform: perspective(500px)rotateX(-90deg);
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.serv-cont:hover .item--meta {
    opacity: 1;
    -webkit-transform: perspective(500px)rotateX(0);
    -khtml-transform: perspective(500px)rotateX(0);
    -moz-transform: perspective(500px)rotateX(0);
    -ms-transform: perspective(500px)rotateX(0);
    -o-transform: perspective(500px)rotateX(0);
    transform: perspective(500px)rotateX(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}


.welcome{
    font-size:26px;
   font-weight:600;
    color:#2a2a2a;
}
.read-more{
    font-weight:600;
    color:#3f68aa;
    font-size:22px;
    text-decoration:none;
}
span{
    color:#3f68aa;
}
.about-info p{
    color:#3c3c3c;
    font-size:16px;
    font-weight:400;
    line-height:28px;
}

.testi{
 /*background: url(../images/testi-bg.png) rgb(67,112,183);*/
background: url(../images/testi-bg.png) center center no-repeat, -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: url(../images/testi-bg.png) center center no-repeat, -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: url(../images/testi-bg.png) center center no-repeat, linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);



   
    background-position: center center;
    background-size: cover;
    padding: 50px 0px 65px 0px

}
.testi-inner{
    max-width: 500px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.testi-in{
    padding-top:80px;
    padding-bottom:40px;
}
.testimonial-image{
    max-width: 128px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
        margin: auto;
}
.testi .slick-active.slick-center .testimonial-image {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    z-index: 9;
        margin: auto;
}

.testi .slick-active.slick-center .testimonial-image img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.testi .testimonial-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-border-radius: 128px;
    -khtml-border-radius: 128px;
    -moz-border-radius: 128px;
    -ms-border-radius: 128px;
    -o-border-radius: 128px;
    border-radius: 128px;
    -webkit-box-shadow: 0 0 8px rgba(12,12,12,.22);
    -khtml-box-shadow: 0 0 8px rgba(12,12,12,.22);
    -moz-box-shadow: 0 0 8px rgba(12,12,12,.22);
    -ms-box-shadow: 0 0 8px rgba(12,12,12,.22);
    -o-box-shadow: 0 0 8px rgba(12,12,12,.22);
    box-shadow: 0 0 8px rgba(12,12,12,.22);
    cursor: pointer;
    width: 100%;
  
    height:100%;
}
.testi .slick-active:nth-of-type(1) .testi-in .testimonial-image{
    margin-right:-30px;
}
.testi .slick-active::last-child .testimonial-image{
    margin-left:-30px;
}
.testi .slick-active.slick-center .testimonial-image .testimonial-icon {
    opacity: 1;
}

.testi .slick-prev{
    left:-240px;
}

.testi .slick-next{
    right:-240px;
}


.testimonial-icon{
    background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    right: 18px;
    top: -16px;

}
.testimonial-icon span {
    height: 35px;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    font-family: playfair display;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%)rotate(180deg);
    -khtml-transform: translate(-50%,-50%)rotate(180deg);
    -moz-transform: translate(-50%,-50%)rotate(180deg);
    -ms-transform: translate(-50%,-50%)rotate(180deg);
    -o-transform: translate(-50%,-50%)rotate(180deg);
    transform: translate(-50%,-50%)rotate(180deg);
    color:#fff;
}
.testi .slick-current div{
    text-align:center;
}

.testi .item--inner {
    max-width: 560px;
    margin: auto;
    text-align: center;
    /*margin-top:60px;*/
}
.testi .item--description {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-style: italic;
    opacity:0;
    margin-bottom: 26px;
}
.testi .slick-active.slick-center .item--description, .testi .slick-active.slick-center .item--title {
    opacity:1;
}
.testi  .item--title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    opacity:0;
    
        margin-top: 30px;
}

.blog{
  background-image: url(../images/blog-bg.png);
    background-position: left top;
    background-size: contain;
    padding: 50px 0px 65px 0px  ;
    background-repeat:no-repeat;
}

.blog-in{
    box-shadow: 3px 3px 26px -1px rgba(0,0,0,0.57);
-webkit-box-shadow: 3px 3px 26px -1px rgba(0,0,0,0.57);
-moz-box-shadow: 3px 3px 26px -1px rgba(0,0,0,0.57);
border-bottom:15px solid transparent;

 border-image: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
 border-image: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
 border-image: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
border-image-slice: 1;
padding:50px ;
margin-top: 70px;
background-color:#fff;
}
.blog-inner h2{
    color:#3a67af;
    font-weight:700;
    font-size:23px;
}
.blog-inner p{
    line-height:26px;
    color:#494949;
}

.contact-in{
 position:relative;   
 margin-top:-494px;
 float: left;
    width: 100%;
}
.contact-inner {
   
    max-width: 400px;  background-image: url(../images/bg-contact-info.png);
   background: rgb(67,112,183);
background: -moz-linear-gradient(180deg, rgba(7,41,96,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(7,41,96,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(180deg, rgba(7,41,96,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
    padding: 60px 40px 64px;
  padding-bottom:0;
    z-index:1;
    position:absolute;
    top:0;
    right:0;
}
.contact-inner:before {
    content: '';
    border-color: transparent #072960 #072960 transparent;
    border-width: 14px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: -28px;
}
.contact-title{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-bottom: 30px;
}
.contact-item-title{
    font-size: 22px;
    margin-bottom: 3px;
}
.contact-item-info{
    display:flex;
}
.contact-main-info{
color: #fff;
    margin-left: 30px;
    margin-bottom: 40px; 
}
.contact-main-info a{
 color:#fff;   
 text-decoration:none;
}
.head{
    margin-top: 60px;
    
}

.head h1{
    font-family: 'BillSmith', serif;
   
    color:#373737;
    font-size:50px;

}

.head h2{
    font-family: 'Poppins', sans-serif;
    font-size:50px;
    color:#fff;
        margin-top: -60px;
        position:relative;

}

.head h2:before, .head h2:after{
    content:"";
    position:absolute;
    width:70px;
    height:3px;
        background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
top: 0;
    bottom: 0;
    margin: auto;
}



.testi .head h2:before, .testi .head h2:after{
  
        background: #fff;

}



.head h2:before{
    margin-left:-80px;
}

.blog .head h1{

color:#d6d3d3
}
.blog .head h2{
    color:#000;
    font-weight:700;
}
.bottom{
   background-image: url('../images/bottom.jpg');
    background-size: cover;
    background-position: center;
    min-height: 118px;
    height: 100%;  
    padding:20px 0;
}
.bottom-in{
 color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /*margin-top: 20px;*/
}
.bottom-in ul li{
    list-style:none;
     margin-right:15px;
     font-size:20px;
   
}
.bottom-in ul{
    display:flex;
   padding:5px 0;
   justify-content: end;
   margin-bottom:0;
}
.bottom-in ul li a{
    color:white;
}
.bottom-links ul li{
    font-size:15px;
}
.inner-ban-in{
    position:relative;
    text-align:center;
}
.inner-ban-in img{
   width:100%;
   position:relative;

}
.inner-ban-in:before {
    z-index: 1;
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-head h1{font-size:45px;
   color:#fff;text-align:left;padding:15px;
    
}
/*   color:#fff;*/
/*.inner-ban h1{*/
/*   font-size:45px;*/
/*   color:#fff;*/
/*   position:absolute;*/
/*   margin:auto;*/
/*   top:0;*/
/*   bottom:0;*/
/*   z-index:2;*/
/*   left:0;*/
/*   right:0;*/
/*   display:flex;*/
/*   align-items:center;*/
/*   justify-content:center;*/
   
/*}*/
/*.inner-ban h1:before, .inner-ban h1:after{*/
/*content:"";*/
/*    position:absolute;*/
/*    width:70px;*/
/*    height:3px;*/
/*        background: rgb(67,112,183);*/
/*background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);*/
/*background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);*/
/*top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/
/*.inner-ban h1:before{*/
/*    left:100px;*/
/*}*/
.about-page{
    /*background-color:#fff;*/
    padding:60px 0;
}
.team .head h2{
    color:#0e0e0e;
}

.team{
    padding-top:30px;
}
.team-member{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:30px 0;
}

.about-page figure img{
    border-radius:10px;
   
}

.about-page figcaption{
    color:#fff;
     border-bottom-left-radius:10px;
     border-bottom-right-radius:10px;
     padding:10px 0;
     margin-top:-20px;
     position:relative;
     z-index:1;
      text-align: center;
      font-size:20px;
}

.about-page .team-p{
    font-size:20px;
    line-height:30px;
        margin-bottom:0;
}

.serv-page-item{
    padding:30px 0;
    border-bottom:1px dashed #0e0e0e;
}
.serv-page-item:last-child{
    border-bottom:0;
}
.serv-page-item h1{
   font-size: 30px;
    color: #00364d;
    text-transform: capitalize;
    margin-bottom:15px;
    position:relative;
}
.serv-page-item h1:after{
    position:absolute;
    content:"";
    width:40px;
    height:3px;
    background-color:#00364d;
    bottom:-5px;
    left:0;
}
.serv-page-item h2{
   font-size: 20px;
    color: #00648f;
    text-transform: capitalize;
}
.serv-page-item p{
    font-size:15px;
    color: #5c5c5c;
}
.serv-page-item ul li:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free"; /* change like this */
    font-weight: 900; /* insert this definition */
    margin-left:20px;
    margin-left: -18px;
    margin-right: 8px;
}
.serv-page-item ul li {
  list-style:none;
  margin-left: 18px;
  margin-bottom:12px;
   color: #5c5c5c;
}
.serv-page-item ul{
    margin-left:0;
    padding-left:0;
}
.serv-page-item a{
        overflow-wrap: break-word;
}
.service-page{
    padding-top:30px;
}
.static-update-page .serv-page-item h1{
    font-size:20px;
    margin-top:10px;
}
.static-update-page .serv-page-item h1:after{
    display:none;
}


.static-update-page .serv-page-item{
    padding:15px 0;
}

.static-update-page .serv-page-item ul li {
 
  margin-bottom:0;
  
}
.static-update-page{
    padding:60px 0;
}

.contact-page-in{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:60px 0;
}

.contact-page-in .contact-title{
    color:#0e0e0e;
    font-size:40px;
    margin-bottom:60px;
}
.contact-page-in .contact-item-title {
    font-size: 24px;
     color:#0e0e0e;
     margin-top: 4px;
    margin-bottom: 7px;
   
    font-weight: 600;
}
.contact-page-in .contact-main-info a{
    font-size: 18px;
     color:#0e0e0e;
    
}
.contact-page-in .ct-contact-icon{
width: 80px;
    height: 80px;
  background: rgb(67,112,183);
background: -moz-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
background: linear-gradient(90deg, rgba(67,112,183,1) 0%, rgba(132,179,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4370b7",endColorstr="#84b333",GradientType=1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#contact-page .contact-in{
    display:none;
}
.wp {
    width: 45px;
    height: 45px;
   
    line-height: 55px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 50%;
    background-color: #2b2b2b;
}
.wp i {
    color: white;
    font-size:30px;
}
@media (min-width: 992px) {

 
  }
@media (max-width: 768px){
   .navbar-brand img{
    width:70%;
}
.about-info p {
   
    text-align: justify;
}
}
@media (max-width: 992px){
  .about-info p {
   
    text-align: justify;
}

.about-info img{
    width:400px;
}

}
@media (min-width: 768px) and (max-width: 992px){
.about-info p {
   
    text-align: justify;
}
.testi .slick-prev{
    left:-140px;
}

.testi .slick-next{
    right:-140px;
}
.item--icon img{
    width:70px;
    height:70px;
}
.item--title {
    font-size: 20px;
  
}
.about-page .team-p {
    font-size: 16px;
    line-height: 24px;

}
.contact-img{
    width:300px;
}
.contact-page-in .ct-contact-icon {
    width: 60px;
    height: 60px;
}
.ct-contact-icon img{
    width:50%;
}
.bottom-links{
    flex-wrap:wrap;
    justify-content: center;
}
}

@media (min-width: 992px) and (max-width: 1200px){
.about img {
   
  width:400px;
}

}

@media (min-width: 576px) and (max-width: 768px){
.about img {
   
  width:400px;
}

.testi .slick-prev{
    left:-50px;
}

.testi .slick-next{
    right:-50px;
}
.head h1 {
   
    font-size: 30px;
}
.head h2 {
   
    font-size: 30px;
        margin-top: -40px;
}
.head h2:before {
    margin-left: -70px;
}
.team-member{
    flex-wrap:wrap;
}
.about-page .team-p{
    font-size:18px;
}
.contact-page-in{
    flex-wrap:wrap;
}
.contact-page-in-in{
    order:2;
}
.bottom-links{
    flex-wrap:wrap;
    justify-content: center;
}
}

@media (max-width: 576px){

.about-info p {
   
    text-align: justify;
}
.head h1 {
   
    font-size: 30px;
}
.head h2 {
   
    font-size: 30px;
        margin-top: -40px;
}
.about img {
   
  width:100%;
}
.head h2:before, .head h2:after {
   
    width: 40px;
    
}
.navbar-brand  {
    width: 50%;
}
.slick-slide{
    margin:0;
}
.slick-next {
    right: -30px;
}
.testi .slick-next{
    right:-50px;
}
.team-member{
    flex-wrap:wrap;
}
.about-page .team-p{
    font-size:14px;
    line-height:22px;
}
.bottom-links{
    flex-wrap:wrap;
    justify-content: center;
}
}

@media (min-width: 355px) and (max-width: 540px){
.testi-inner {
    max-width: 340px;
}
.head h2:before {
    margin-left: -40px;
}
.head h2 {
    font-size: 20px;
    margin-top: -30px;
}
.head h1{
    font-size: 20px; 
}
.testi .item--description{font-size:14px;line-height:20px}
.testi .item--title{font-size:16px;margin-top: 15px}
.slick-slide{
    margin:0;
}
.blog{
    padding: 30px;

}
.blog-in{
    margin-top: 30px;
        padding: 40px;
}
.inner-ban-in h1 {
    font-size: 30px;
}
.team-member{
    flex-wrap:wrap;
}
.about-page .team-p{
    font-size:18px;
}
.contact-page-in{
    flex-wrap:wrap;
}
.contact-page-in-in{
    order:2;
}
.contact-img{
    width:100%;
}
.contact-main-info {
   
    margin-bottom: 30px;
}
.contact-item-title {
    font-size: 19px;
    
}
.bottom-links{
    flex-wrap:wrap;
    justify-content: center;
}
.bottom-in{
     flex-wrap:wrap;
    justify-content: center;
}
.bottom-in ul li {
   margin-bottom: 12px;
    margin-right: 8px;
  
}
body{
    font-size:14px;
}
}
@media (min-width: 1920px){
   
}


