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

body {font-family: 'Montserrat', sans-serif;}
a {font-family: 'Montserrat', sans-serif;}
img{max-width: 100%;}
/* header */
.bg-size{background-repeat: no-repeat;background-size: 35px;}
.logo-img img {
    width: 209px;
}
html {
  scroll-behavior: smooth;
}
.header_bg {
    background: #fff;
    border-bottom: 1px solid #766f6f00;
    box-shadow: 0px 0px 9px 0px #ddd;
}
.header_bg ul li {
    padding: 0px 7px;
}
#menu_bar .navbar-nav {
    margin-right: 18px !important;
}
.header_bg ul li a {
    color: #151515;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.banner-block {z-index: 99;}
.banner-block .item img{height: 639px;}
.fixed-top{-webkit-transition: all 0.5s;transition: all 0.5s;transition-timing-function: cubic-bezier(0, 0, 0.50, 1);-webkit-transition-timing-function: cubic-bezier(0, 0, 0.50, 1);}
.overlay,.sideMenu{position:fixed;bottom:0
}
.overlay{top:0;left:-100%;right:100%;margin:auto;background-color:rgba(0,0,0,.5);z-index:99999;
    /* transition:all ease 0.2s */
}
.overlay.open{left:0;right:0}
.sidebarNavigation{margin-bottom:0;z-index:999;justify-content:flex-start}
.sidebarNavigation .leftNavbarToggler {
    margin-right: -7px;
    order: 1;
}
.sideMenu {
    left: -100%;
    top: 0px;
    /* transition: all ease 0.5s; */
    overflow: hidden;
    width: 100%;
    z-index: 9999999;
    max-width: 70%;
    margin-bottom: 0;
    padding: 1rem;
    /* transition: 0.9s; */
    height: 100%;
}
.sideMenu.open{left:0;display:block;overflow-y:auto;
    /* transition: 0.9s;  */
}
 

.banner-block .owl-carousel .owl-item .item img {
    width: 100%;
}
.top_btn button {
    width: 199px;
    background: #4f9b34;
    color: #fff;
    border: none;
    padding: 7px;
    border-radius: 5px;
    margin: 0px 7px;
}
.top_btn .wid_l{
    width: 115px;
}

.top_btn button:hover {
background: #2b3981;
color: #fff;
}
	
/* Home Banner */
#home_banner .owl-buttons{display: none; }
#menu_bar ul .active {
    color: #2b3981;
}
.join-blue {
    background: #2b3981 !important;
}

.join-blue:hover {
     background: #4f9b34 !important;
    
}

/* footer section */

.footer-section {
	background: #1b1d1f;
	width: 100%;
}

.footer-section h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0px;
    color: white;
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 6px;
}

.footer-section p {
    font-size: 14px;
    color: #bfbcbc;
    margin-top: 16px;
}

.footer-section-elements {
    padding: 50px 0px 25px 0px;
    color: #e7e5e5;
}

.footer-bottom p a {
	color: white;
	font-weight: bold;
}


.site-link ul li {
	list-style: none;
	text-align: left !important;
	font-size: 13px;
}

.site-link ul li a {
    color: #e7e5e5;
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
}

.site-link ul li a:hover {
	color: white;
	text-decoration: none;
}

.site-link ul {
	padding-left: 0px;
}

.footer-bottom {
	width: 100%;
	background: #282b2d;
	padding: 0px 0px;
}

.footer-bottom ul {
	padding: 0;
	list-style: none;
}

.footer-social-icons {
    display: block;
    margin: 0 auto;
    float: left;
}

.social-icon {
	color: #fff;
}

ul.social-icons {
    margin-top: 0px;
    margin-left: -29px;
    margin-bottom: 25px;
}

.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}

.social-icons a {
	color: #fff;
	text-decoration: none;
}

.fa-facebook {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-facebook:hover {
   color: #3b5999;
}



.fa-envelope {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}


.fa-whatsapp {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}



.fa-twitter {
    height: 40px;
    width: 40px;
    font-size: 29px;
    line-height: 40px;
    text-align: center;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-twitter:hover {
color:#1da1f2;
}


.fa-instagram {
	height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-instagram:hover {
color: #c23291;
}

.fa-rss {
	height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-rss:hover {
	color: #eb8231;
}

.fa-youtube {
	height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-youtube:hover {
	color: #e64a41;
}

.fa-linkedin {
	height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;
}

.fa-linkedin:hover {
	color: #0073a4;
}

.fa-google-plus {
	height: 40px;
    width: 40px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    /* border-radius: 50%; */
    /* border: 1px solid white; */
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: none;	
}

.fa-google-plus:hover {
	color: #e25714;
}

.footer-bottom p {
	color: white;
	margin-top: 24px;
	font-size: 15px;
}

.footer-bottom p {
	color: white;
	margin-top: 24px;
	font-size: 15px;
}


/* Fixed Icons  */

.float-call {
    position: fixed;
    width: 103px;
    height: 77px;
    top: 200px;
    right: 0px;
    background-color: #ffffff;
    color: red;
    text-align: center;
    font-size: 30px;
    box-shadow: none;
    z-index: 100;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    z-index: 9999999;
}
.float-call p {
    font-size: 13px;
    margin-top: -15px;
    color: #000;
    font-weight: 500;
}
.float-call p:hover {
	color: #fff;
}

.float-call:hover {
    background-color: #FFF;
    color: white;
    border: none;
    background:#193481;
    text-decoration: none;
}
.float-call:hover p {
 color: white;
}

.float-call i {
	line-height: 60px;
}

.float-whatapp {
    position: fixed;
    width: 103px;
    height: 77px;
    top: 287px;
    right: 0px;
    background-color: #fff;
    color: #2ab200;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    z-index: 100;
    z-index: 9999999;
}
.float-whatapp p {
    font-size: 13px;
    margin-top: -7px;
    color: #000;
    font-weight: 500;
}
.float-whatapp:hover {
	background-color: #FFF;
	color: white;
   border:none;
   background:#193481;
	text-decoration: none;
}

.float-whatapp:hover p{
 color: white;

}

.float-whatapp i {
	line-height: 60px;
}


/* Call Details  */

.call-details-area {
	position: fixed;
	width: 171px;
	height: 100px;
	top: 516px;
	right: 10px;
	background-color: #14bb08;
	color: #FFF;
	border-radius: 2px;
	text-align: center;
	box-shadow: 2px 2px 2px gray;
	z-index: 100;
}

.call-details-area h3 {
	font-weight: bold;
	font-size: 19.56px;
	color: #fff;
	padding: 3px 0px;
	border-bottom: 1px solid #fff;
}

.call-details p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 19px;
}

.pb-30 {
	padding-bottom: 30px;
}


/* Home Page  */

.banner-shadow:after {
    opacity: .8;
}
 .banner-shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

 .banner-shadow{
position: relative;
 }
 
.owl-control-center .owl-pagination {
  z-index: 999999999;
}
.center_search {
    position: absolute;
    top: 125px;
    right: 0px;
    left: 0px;
    z-index: 999;
}
.center_txt {
    margin-top: 38px;
}
.read_more a {
    display: inline-block;
    width: 147px;
    background-color: #4f9b34;
    text-align: center;
    padding: 10px 2px;
    margin-top: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}
.read_more a:hover {
text-decoration: none;
background-color:#193481;
color: #fff   ;
}

.form-center {
    padding: 0px;
}
.center_txt h1{
    color: white;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.center_txt h2 {
    color: white;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 9px;
}
.center_txt h3 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.center_txt p {
    color: white;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin-top: 19px;
}

.form-center .form-control:focus {
outline: none !important;
box-shadow: none;
}



    /* home About */ 

    .about-area{
          background: #050505;
    }
    .about_txt {
        padding: 129px 150px;
        text-align: center;
    }
    .about_txt h4{
        color: #fff;
        font-size: 31px;
        margin-bottom: 31px;
    }
    .about_txt p{
        color: #fff;
        font-size: 15px;
    
    }




/* Footer   */
.newsletter_form .form-control {
    width: 77%;
    display: inline-block;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid transparent;
    height: 41px;
    font-size: 15px;
    color: #282b2d;
    font-weight: 600;
}
.newsletter_form .form-control:focus {
 outline: none;
 box-shadow: none;

}
.newsletter_form button {
    color: white;
    background: #468d38;
    display: inline-block;
    color: #fff;
    padding: 7px;
    border: 1px transparent solid;
    margin-left: -6px;
    border-radius: 0px 3px 0px 0px;
    width: 37%;
    position: absolute;
    margin-top: 1px;
}
.newsletter_form button:focus {
outline: none;

}
.link_area ul {
    padding: 0px 0px;
}
.link_area ul li:first-child {
    padding-left: 0px;
}
.link_area ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 23px;
    line-height: 17px;
    border-right: 1px solid #fff;
    
}
.link_area{
margin-top: 35px;
}

.link_area ul li a {
    color: #e7e5e5;
    font-size: 14px;
    font-weight: 400;
    transition: 0.9s;
}
.link_area ul li a:hover {
    color: #4f9b34;
}

.link_area ul li:last-child {
    border: none;
}



.common-heading {
    text-align: center;
    padding: 11px 0px;
}
.common-heading h3 {
    font-size: 27px;
    font-weight: 700;
    color: #193481;
    margin-bottom: 7px;
}
.service-sub {
    padding: 14px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    margin: -72px 0px 41px 0px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px -1px #ddd;
    /* z-index: 999; */
    position: relative;
}
.common-heading p {
    color: #696767;
    font-size: 16px;
    font-weight: 400;
}
.service_icon {
    
}
.service-area {
    margin-bottom: 31px;
    margin-top: 11px;
}
.service-area h3 {
    font-size: 18px;
    color: #1a0a28;
    font-weight: 700;
    margin-bottom: 9px;
}
.service-area p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
}
.service-area a {
    color: #53a03d;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}
.service-area a:hover {
  color: #000;

}

.service_icon img{
 display: block;
 margin:auto;
}

/* Real Facts  */

.real-facts{
  padding: 31px 0px;
  background: #f5f5f6;
}

.safe-txt p {
    font-size: 15px;
    color: #696767;
    letter-spacing: 0.3px;
    font-weight: 500;
}



/* Testimonial  */
.testi-item h6{
 color: #2b3a7e;
    font-weight: 600; 
}

.testimonial {
    padding: 21px 0px 51px 0px;
    background-image: url(../images/testi-img.png);
}

.testi-item p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.testi-item p::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.testi-item p::-webkit-scrollbar-thumb
{
	background-color: #2b3981;
	border: 2px solid #555555;
}




.white-color h3{
 color: #fff;
}
.white-color p{
    color: #fff;
   }
.testi-item {
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    border-radius: 9px;
    margin: 8px;
    height: auto;
    overflow: auto;
}
.testi-item p {
    font-size: 13px;
    margin-bottom: 19px;
    color: #343333;
    word-spacing: 5px;
    font-style: italic;
    height: 155px;
    overflow: auto;
}
.testi-item h2 {
    font-size: 19px;
    color: #434242;
    margin-bottom: 2px;
    font-weight: 600;
}
.testi-item h5 {
    font-size: 16px;
    color: #569f41;
    font-weight: 600;
}
.leftquote, .rightquote {
    font-size: 36px;
    color: #6a6a6a;
    line-height: 0;
    vertical-align: text-bottom;
}

.partner-img {
    border: 1px solid transparent;
    border-radius: 7px;
    box-shadow: 2px 3px 10px -1px #ddd;
    margin: 10px;
    height: 91px;
}
.partner-img img {
    display: block;
    margin: auto;
    line-height: 88px;
    padding: 19px 7px 5px 7px;
    height: 75px;
    top: 50%;
}

.our-partner {
    padding: 37px 0px 53px 0px;
}
.newsletter_form button {
    margin-top: 0px;
    height: 41px;
}

.vert-move {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

.vert-move1 {
    -webkit-animation: mover1 0.5s infinite  alternate;
    animation: mover1 0.5s infinite  alternate;
}
@-webkit-keyframes mover1 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}
@keyframes mover1 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-5px); }
}


.bredcrum {
    padding-top: 79px;
    margin-top: 26px;
    background: #fff;
    padding-bottom: 21px;
}
.about-us {
    padding: 0px 0px 41px 0px;
}
.about-txt p {
    font-size: 16px;
    color: #434242;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.about-p{
 padding: 31px 0px;
}



               /*  Top Ranks   */
               .test-series {
                padding: 60px 41px;
                background: #f0f1f3;
            }
            .team_txt{
          text-align: center;
          padding: 15px;
            }
            .team-area{
               background: #fff;
            }
            .team-area-img {
                height: 169px;
                width: 100%;
            }
            .team-area-img img {
                height: 100%;
                width: 100%;
                border-radius: 10px 10px 0px 0px;
            }
            .team_txt h3 {
                font-size: 19px;
                font-weight: 700;
                margin-bottom: 4px;
            }
            .team_txt h4 {
                font-size: 14px;
                font-weight: 600;
                margin-bottom: 3px;
                color: #4f9b34;
            }

            .team-area {
                background: #fff;
                border-radius: 10px;
                border: 1px solid #ddd;
                margin: 10px;
                margin-bottom: 25px;
                box-shadow: 1px 0px 13px 0px #ddd;
            }

            .team-area-slider .team-area{
            margin: 15px;
            }
            .team_txt h6 i {
                font-size: 19px;
                color: #b3b3b3;
                width: 33px;
                cursor: pointer;
                height: 20px;
            }
            .team-area-section {
                padding-bottom: 41px;
            }

            .term-conditions{
            padding-bottom:41px;
            }
            .tc-txt h3 {
                font-size: 20px;
                color: #193481;
                font-weight: 600;
            }

            .tc-txt p {
                font-size: 15px;
                font-weight: 500;
            }
            .contact-txt{
              padding: 0px 31px;
            }

            .contact-txt .form-control {
                padding-left: 17px;
                height: 47px;
                font-size: 16px;
                color: #0a0404;
                font-weight: 500;
            }

            .call-us {
                background: #ffff;
                width: 47px;
                height: 47px;
                border-radius: 0px;
            }
            .call-us i {
                font-size: 25px;
                font-weight: 600;
                color: #4f9b34;
                line-height: 51px;
                display: block;
                text-align: center;
                margin: auto;
            }
            .adrs {
                background: #20f2f2;
                width: 47px;
                height: 47px;
                border-radius: 0px;
            }
            .adrs i {
                font-size: 25px;
                font-weight: 600;
                color: #535252;
                line-height: 51px;
                display: block;
                text-align: center;
            }
            .email {
                background: #0eff00;
                width: 47px;
                height: 47px;
                border-radius: 0px;
            }
            .email i {
                font-size: 25px;
                font-weight: 600;
                color: #535252;
                line-height: 51px;
                display: block;
                text-align: center;
                margin-left: 4px;
            }
            .mb-20 {
                margin-bottom: 21px;
            }
            .mb-20 p {
                font-size: 14px;
                font-weight: 500;
            }
            .write {
                font-size: 27px;
                font-weight: 700;
                padding: 1px 0 5px 0;
                margin-bottom: 7px;
                color: #4e4b4b;
            }
            .contact-txt .form-control {
                padding-left: 17px;
                height: 47px;
                font-size: 16px;
                color: #0a0404;
                font-weight: 500;
            }
            button:hover {
                box-shadow: 3px 3px 23px 3px #0505056b;
            }
            button:focus {
               outline: none;
               box-shadow: none;
            }
            
            .send-now {
                color: #fff;
                background-color: #2a317d;
                padding: 10px 60px 10px 60px;
                border: 1px solid #2a317d;
                margin-top: 0px;
                font-weight: 600;
                width: 100%;
            }
            .send-now:hover {
                background: #4f9b34;
                border: 1px solid #4f9b34;
                color: #fff;
            }
            
            .conct-txt {
                margin-top: 37px;
            }
            .contact-map iframe{
             height: 500px;
            }

          .conct-txt h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 27px;
}
            .conct-txt p {
                font-size: 15px;
                color: #fff;
                font-weight: 500;
                margin-bottom: 5px;
            }
            .m-41{
           margin-bottom: 41px;
            }
            .conct-txt{
             padding: 5px 21px;
            }



/*responsive css*/
@media screen and (max-width:767px) {
    .top_btn .wid_l {
    width: 100%;
}
    .newsletter_form .form-control {
        width: 55%;
    }
     .dm-none{
       display: none;
     }
     .center_search {
        position: absolute;
        top: 3.5%;
        right: 0px;
        left: 0px;
        z-index: 999;
    }
    .center_txt {
        margin-top: 0px;
        text-align: center;
    }
    .center_txt h1 {
        font-size: 17px;
    }
    .center_txt h2 {
        font-size: 19px;
      
    }
    .center_txt h3 {
        font-size: 17px;
    }
    .center_txt p {
        font-size: 10px;
     
    }
    .form-center button {
        margin-top: 0px;
        padding: 3px;
        border: 1px solid #20f2f2;
        padding: 3px 4px;
        width: 115px;
        font-size: 15px;
        background: #20f2f2;
        color: #000;
        font-weight: 600;
        display: block;
        margin: auto;
        margin-bottom: 14px;
    }

    .banner-block .item img {
        height: 658px;
    }

    .about_txt {
        padding: 19px 21px;
        text-align: center;
    }
    .center_search {
        position: absolute;
        top: 109px;
        right: 0px;
        left: 0px;
        z-index: 999;
    }
    .footer-section p {
        font-size: 11px;
        color: #bfbcbc;
        margin-top: 16px;
        text-align: justify;
    }
    .link_area ul li {
        display: block;
        list-style: none;
        padding: 4px 23px !important;
        line-height: 17px;
        border-right: none;
        text-align: center;
    }
    .footer-section-elements {
        padding: 21px 0px 25px 0px;
        color: #e7e5e5;
    }
    .link_area {
        margin-top: 13px;
    }
    .footer-section h3 {
        font-size: 17px;
    }
    .about_txt h4 {
        color: #fff;
        font-size: 23px;
        margin-bottom: 9px;
    }
    .about_txt p {
        color: #fff;
        font-size: 12px;
    }

    .read_more a {
        display: block;
        margin: auto;
    }
    .digi-bnr{
  margin-top: 37px;
    }
    .common-heading h3 {
        font-size: 21px;
    }
    .common-heading p {
        font-size: 14px;
    }
    .service_icon img {
        display: inline-block;
        margin: inherit;
        margin-bottom: 7px;
    }
    .our-services .pr-0{
        padding-right: 15px !important;
    }
    .our-services .pl-0{
        padding-left: 15px !important;
    }
    .service-area h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .service-area p {
        font-size: 13px;
    }
    .service-area {
        margin-bottom: 11px;
        margin-top: 11px;
    }
    .common-heading {
        text-align: center;
        padding: 5px 0px;
    }
    .real-fact-img{
    margin-bottom: 19px;
    }
    .safe-txt p {
        font-size: 13px;
    }
    .real-facts {
        padding: 23px 0px;
    }
    .testi-item p {
        font-size: 12px;
    }

    .owl-controls .owl-buttons div.owl-prev:before {
        content: "\f104";
        font-size: 35px;
    }
    .owl-controls .owl-buttons div.owl-next:after {
        content: "\f105";
        font-size: 35px;
    }
    .testimonial {
        padding: 27px 0px 33px 0px;
    }
    .bg-dark {
        background-color: #07103eeb!important;
    }
    #menu_bar ul .active {
        color: #fff;
    }
    #menu_bar .navbar-nav {
        margin-right: 50px !important;
    }
     /* Bottom Icon  */
 .bottom-icon a i{
    font-size: 21px;
    margin-bottom: 0px;
    height: 20px;
    width: 20px;
    line-height: 21px;
 }
 .text-icon{
      color: #000;
      font-weight: 600;
      font-size: 15px;
 }
 .color-w{
     color: #0de001;
 }
 .color-m{
     color: #eb4343;
 }
 .top_btn button {
    width: 100%;
    border: none;
    padding: 6px;
    margin-top: 24px;
}
.about-p {
    padding: 0px 0px;
}
.about-txt p {
    font-size: 14px;
}
.about-img {
 margin-bottom: 31px;
}
.bredcrum {
    padding-top: 65px;
    padding-bottom: 1px;
}
.term-conditions {
    padding-bottom: 15px;
}
.contact-txt {
    padding: 0px 0px;
    margin: 21px 0px;
}
.contact-map iframe {
    height: 250px;
}
.conct-txt {
    margin-top: 0px;
    padding: 5px 14px;
}
.social{
  margin-bottom: 31px;
}

}


@media screen and (min-width:767px) {

 
	
	.test-slider .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
		color: #91bc8a;
        background: none;
    }
    .test-slider .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
		color: #91bc8a;
        background: none;
	}
	
	.partn-area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #cecece;
        background: none;
    }
    .partn-area .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
		color: #cecece;
        background: none;
    }

    .test-sub-area .owl-control-center .owl-buttons .owl-prev {
        left: -45px;
        padding-right: 4px;
        color: #cecece;
        background: none;
    }
    .test-sub-area .owl-control-center .owl-buttons .owl-next {
        right: -45px;
        padding-right: 4px;
		color: #cecece;
        background: none;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}



  























