/*
Theme Name: DRPITI
Theme URI: https://saraswatimedical.ac.in/
Author: the DRPITI Team
Author URI: https://saraswatimedical.ac.in/
Description: DRPITI is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how DRPITI elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 8.3
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DRPITI
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, sticky-post, threaded-comments, translation-ready

DRPITI WordPress Theme, (C) 2021 WordPress.org
DRPITI is distributed under the terms of the GNU GPL.
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@charset "utf-8";


html,body{ font-size: 16px; height: 100%; background:#fff; font-family: 'Muli',sans-serif; -webkit-font-smoothing: antialiased;font-smoothing: antialiased; color: #222; }
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family: 'Poppins',sans-serif;}
p{line-height: 1.5;}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}
a:focus{outline:none;box-shadow:none;}
button:focus{outline:none;box-shadow:none;}
input:focus{outline:none;box-shadow:none;color:inherit;}
.form-control:focus{outline:none;box-shadow:none;color:inherit;}
img{max-width:100%;}

a.read-more {color: inherit; border-bottom: 1px solid; text-decoration: none; position: relative;}
a.read-more .fa{margin-left: 5px; transition: all 0.2s ease-in-out;}
a.read-more:hover .fa{margin-left: 15px; transition: all 0.2s ease-in-out;}

.heading {position:relative;color: rgb(197, 45, 40); line-height: 1.1; margin-top: 0px; margin-bottom: 3rem;font-weight: 600;}
.heading span {}
.heading::before{content:''; position:absolute;left:0; bottom:-1rem; width:50px;height:4px;background:rgb(197, 45, 40);}

.text-center > .heading::before, .text-center.heading::before{left:50%; transform:translateX(-50%);}
.subheading {font-weight: 700; text-transform: uppercase; color: rgb(241, 171, 27); line-height: 1.4; letter-spacing: 2px;}

.section{padding:80px 0px;}
.fluid-section{background-color: rgba(197, 45, 40, 0.05); position:relative; display: flex; align-items: center; }
.fluid-section .bg-image{background-position: left center; background-size: cover; background-repeat: no-repeat;  height: 100%;  position: absolute;  top: 0px;   left: 0px;}
.fluid-section .bg-image.right{right:0px; left:auto; }
.fluid-section .content{ padding:0px 50px;}
.fluid-section .content h2{margin-top:0px;}

.font-lg{font-size: 115%;}

ul.tick-list{margin-top:20px; padding:0px;}
ul.tick-list li{position:relative; padding-left:30px; list-style:none;}
ul.tick-list li + li{margin-top:15px;}
ul.tick-list li:before{content:''; position:absolute;  top:0px; left:0px; background:transparent; height:15px; width:15px; background-image:url(assets/images/tick-icon.png); background-position:center; background-repeat:no-repeat; background-size:cover;     filter: grayscale(1);}

/************Button Css***********/
.btn{display: inline-block;border: none; font-size: 1rem;font-weight: 500;min-width: 120px;padding: 0.5rem 1rem;text-transform: capitalize;background: #ccc;color: #fff;line-height: normal;cursor: pointer;text-align: center;}
.btn + .btn{margin-left: 15px;}
.btn:hover{color: inherit;}
.btn i,
.btn span{margin-left: 5px;}

.btn-rounded{border-radius: 50px;}

.btn-lg{ font-size: 18px; line-height: 1; padding: 15px 25px;     letter-spacing: 1.5px;}
.btn-sm{ font-size: 12px; padding: 6px 10px; min-width: 90px;}
.btn-xs{ font-size: 10px; padding: 6px; min-width: 60px; line-height: 1;}

.btn-lg.btn-rounded{border-radius: 40px;}
.btn-sm.btn-rounded{border-radius: 20px;}
.btn-xs.btn-rounded{border-radius: 20px;}

.btn-navyblue{background: rgb(13, 45, 98);color: #fff;}
.btn-navyblue:hover{color: #fff;}
.btn-blue{background: rgb(197, 45, 40); color: #fff;}
.btn-blue:hover{color: #fff;}
.btn-grey{background: rgb(187, 188, 189); color: #fff;}
.btn-white{background: #fff;}

.btn-success {color: #fff; background-color: #28a745; border-color: #28a745;}
.btn-danger {color: #fff; background-color: #dc3545; border-color: #dc3545;}

.btn-outline-navyblue{background: transparent ; border:2px solid rgb(13, 45, 98); color: rgb(13, 45, 98);}
.btn-outline-blue{background: transparent ; border:2px solid rgb(197, 45, 40); color: rgb(197, 45, 40);}

.btn-outline-grey{background:transparent; color: rgb(187, 188, 189); border:2px solid rgb(187, 188, 189);}

.btn-outline-white{background:transparent; border:2px solid #fff;}

.btn-group .btn:last-child {margin-left:8px;}
.btn-group-merged{position:relative;}
.btn-group-merged .btn:first-child {border-top-left-radius:50px; border-bottom-left-radius:50px; border-right: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn:last-child {border-top-right-radius:50px; border-bottom-right-radius:50px; border-left: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn + .btn{border-top-left-radius:0; border-bottom-left-radius:0; border-left: 2px solid rgb(66, 165, 202);}
.btn-group-merged .btn a{color:inherit;}

/************End Button Css***********/
ol.list-featured{
  padding-left: 0;
  margin-left: 0;
}
ol.list-featured li {
}
ol.list-featured li + li{
  margin-top: 1rem;
}

#preloder{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background: #000; display:none;}
.loader{width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;margin-top: -13px;margin-left: -13px;border-radius: 60px;animation: loader .8s linear infinite;-webkit-animation: loader .8s linear infinite;}
@keyframes loader{
  0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50%{-webkit-transform: rotate(180deg);transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;}
}
@-webkit-keyframes loader{
  0%{-webkit-transform: rotate(0deg);border: 4px solid #f44336;border-left-color: transparent;}
  50%{-webkit-transform: rotate(180deg);border: 4px solid #673ab7;border-left-color: transparent;}
  100%{-webkit-transform: rotate(360deg);border: 4px solid #f44336;border-left-color: transparent;}
}

/**************Form holder css********/
.form-holder{}
.form-holder label{line-height: 1;   margin-bottom: 5px; font-weight: 500;}
.form-holder .form-control{border-radius: 0px;}
.form-holder .form-title{margin-bottom: 10px; padding-bottom: 20px;  border-bottom: 1px solid #eee; color:rgb(33, 63, 154);}
.form-holder .form-title:nth-child(n+2){margin-top: 30px;}
.form-holder .form-submit{margin-top: 15px; padding-top: 15px; border-top: 1px solid #ced4da;}
/**************End Form holder css********/


/************Header Css***********/
header{}
header .top-bar{padding: 10px 0px; background: rgb(197, 45, 40); color:#fff;}
header .top-bar ul{font-size: 1.1rem;margin-bottom: 0px; padding: 0px;}
header .top-bar ul li{display: inline-block;}
header .top-bar ul li i{display: inline-block;  vertical-align: middle;}
header .top-bar ul li a{color: inherit; text-decoration: none;}
header .top-bar ul li + li{margin-left: 20px;}

header .contact-info{ padding-right: 20px;  border-right: 1px solid #eaeaea;}
header .contact-info a{color: inherit;  margin-bottom: 0;  font-weight: 400;}
header .contact-info a i {margin-right: 10px;}

header .site-logo{display: inline-block;color: rgb(197, 45, 40);font-weight: 800; font-size: 1.5rem; text-decoration: none;transition: all 0.3s ease-in-out;}
header .site-logo img{display: block; margin: auto;max-height: 70px; transition: all 0.3s ease-in-out;}
header .bottom-bar{padding: 10px 0px; background: #fff; transition: all 0.3s ease-in-out;}
header .bottom-bar .d-flex{}
header.sticky .bottom-bar{position: fixed; top: 0px; left: 0px;  width: 100%; box-shadow: 0px 0px 5px #aaa; z-index: 99; transition: all 0.3s ease-in-out ;}
header.sticky .site-logo{font-size:0px;transition: all 0.3s ease-in-out;}
header.sticky .site-logo img {max-height: 70px; transition: all 0.3s ease-in-out;}

header .navbar{padding: 4px 0px;}
header .slicknav-menu{display: none;}
header .menu{list-style: none; margin: auto; padding:0px;}
header .menu > li{display: inline-block;position: relative; vertical-align: middle;}
header .menu > li + li{margin-left:20px;}
header .menu > li > a{text-transform: uppercase;}
header .menu > li > a:not(.btn){display: inline-block; font-weight:600;line-height: 1;padding-top: 10px; padding-bottom:10px; position: relative; text-decoration: none;}
header .menu > li:hover > a:not(.btn){color: rgb(197, 45, 40);}
header .menu > li.active a, header .menu > li.current-menu-parent a, header .menu > li.current-menu-item a{color: rgb(197, 45, 40);}
.menu-item-has-children{padding-right:30px;}
.menu-item-has-children .open-submenu{position: absolute; top: 50%; right: 0px; font-weight: 100; font-size: 18px; color: inherit; transform: translateY(-50%); padding: 4px;cursor:pointer;}
.menu-item-has-children .open-submenu.active{transform: translateY(-50%) scale(-1);}
.menu-item-has-children:hover .open-submenu{color:inherit;}

.sub-menu{ display:none; position:absolute; top:100%; left:0px; z-index: 999; min-width:200px;border:none;padding:0;border-radius:0;box-shadow:none;background:#fff;box-shadow:0 3px 16px 0 rgba(0,0,0,.4)}
.sub-menu li{display:block;float:none;margin-right:0;border-bottom:1px solid #ededed;margin-left:0;transition:all .4s linear}
.sub-menu li a{text-transform:uppercase; color: #222;padding: 15px;transition:all 150ms linear;display:block;margin-right:0;font-weight: 500;}
.sub-menu li:last-child{border-bottom:none}
.sub-menu li:hover a{color: rgb(13, 45, 98); text-decoration: none;}
.sub-menu li.current-menu-item a{color: rgb(197, 45, 40);}

header .nav-switch{display: none;}

header .menu-toggler-btn{position: relative; z-index: 999;width:36px;height:34px;padding:6px 4px;border: none; background: none; cursor: pointer;}
header .menu-toggler-btn .bar{ background-color:rgb(197, 45, 40); border-radius:6px; width:100%; height:3px; display:block; position:relative; transition:all .5s ease 0s; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px; }
header .menu-toggler-btn .bar:not(:last-of-type){margin-bottom:6px;}
header .menu-toggler-btn .bar:nth-child(2){width:20px;margin-left:auto;}
header .menu-toggler-btn.active .bar:nth-child(1){top:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}
header .menu-toggler-btn.active .bar:nth-child(2){display:none;}
header .menu-toggler-btn.active .bar:nth-child(3){top:-5px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}



/************End Header Css***********/

/************Home slider Css***********/
.home-slider-wrap{padding-bottom: 48px;}
.home-slider .item{display:flex; align-items:center; position: relative;height: 650px; max-height: 100vh; background-repeat: no-repeat;background-size: cover;background-position: top center; color: #fff;}
/*.home-slider .item:before {position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; content: '';  background: rgb(13, 45, 98);
    background: -moz-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(13, 45, 98)), color-stop(100%, rgb(241, 171, 27)));
    background: -webkit-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -o-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: -ms-linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    background: linear-gradient(45deg, rgb(13, 45, 98) 0%, rgb(241, 171, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(13, 45, 98)', endColorstr='rgb(241, 171, 27)', GradientType=1 );
    opacity: .5;}*/
.home-slider .item span{font-size:1rem;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 0.5rem;display: block;position: relative;top: 50px;opacity: 0;  }
.home-slider .item h2{display:none;font-size:3rem;text-transform: uppercase;font-weight: 800;margin-bottom: 2rem;position: relative;top: 50px;opacity: 0; color: #fff; }
.home-slider .item p{font-size:1rem;font-weight: 300;margin-bottom: 35px;position: relative;top: 100px;opacity: 0;  }
.home-slider .item .btn{position: relative;top: 50px;opacity: 0;}
.home-slider .item .btn + .btn{margin-left: 25px;}
.home-slider .item .container{position: relative;}


.home-slider .owl-item.active .item h2,
.home-slider .owl-item.active .item span,
.home-slider .owl-item.active .item p,
.home-slider .owl-item.active .item .btn{top: 0;opacity: 1;}
.home-slider .owl-item.active .item span{-webkit-transition: all .5s ease .2s;-o-transition: all .5s ease .2s;transition: all .5s ease .2s;}
.home-slider .owl-item.active .item h2{-webkit-transition: all .5s ease .4s;-o-transition: all .5s ease .4s;transition: all .5s ease .4s;}
.home-slider .owl-item.active .item p{-webkit-transition: all .5s ease .6s;-o-transition: all .5s ease .6s;transition: all .5s ease .6s;}
.home-slider .owl-item.active .item .btn{-webkit-transition: all .5s ease .8s;-webkit-transition: all .5s ease .8s;-o-transition: all .5s ease .8s;transition: all .5s ease .8s;}


.home-slider .owl-controls-wrap{bottom: 0;margin: -4.5rem auto 0;}
.home-slider .owl-controls{display: inline-block;padding: 0 38px;position: relative; height: 14px;}
.home-slider .owl-dots{display: -ms-flex;display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 7px;}
.home-slider .owl-dots .owl-dot{width: 8px;height: 8px;background: #fff;border-radius: 15px;margin-right: 10px;opacity: .25;}
.home-slider .owl-dots .owl-dot.active{opacity: 1;}
.home-slider .owl-dots .owl-dot:last-child{margin-right: 0;}
.home-slider .owl-nav button.owl-next,
.home-slider .owl-nav button.owl-prev{font-size: 30px;position: absolute;color: #fff;bottom: -22px;}
.home-slider .owl-nav button.owl-next{right: 0;}
.home-slider .owl-nav button.owl-prev{left: 0;}


.slide-num-holder{float: right;z-index: 1;color: #fff;position: relative;font-size: 24px;font-weight: 700;position: relative;margin-top: -22px;}
.slide-num-holder span:first-child{margin-right: 41px;}
.slide-num-holder:after{position: absolute;content: "";height: 30px;width: 1px;background: #fff;left: 50%;top: 0;-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;-webkit-transform: rotate(30deg);-ms-transform: rotate(30deg);transform: rotate(30deg);}
/************End Home slider Css***********/


/************Hero Section Css*************/
.hero-section{position:relative;height:20rem;}
.hero-section figure{position:relative;top:0;width:100%;height:100%;}
.hero-section figure::after{width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(13, 45, 98, 0.65);content:"";}
.hero-section figure img{height:100%;width:100%;object-fit:cover;}
.hero-section .hero-text{position: absolute;  top: 0;  left: 0;  color: #fff;  width: 100%; height:100%;}
.hero-section .hero-text h1{font-weight:700;}
/************End Hero Section Css*************/

/************Notice Section Css*************/
.notice{background:rgb(197, 45, 40); color:#fff; padding:20px 0px;    font-size: 20px;}
.notice a{    color: rgb(241, 171, 27);}
.notice ul{padding:0;margin:0;}
.notice ul li {display:inline-block; list-style:none; line-height:1;}
.notice ul li + li {margin-left:15px; padding-left:15px; border-left:2px solid;}
.notice ul li span{display:inline-block; }
.notice ul li p{margin-bottom:0px;line-height:1;}
/************End Notice Section Css*************/


/************Intro section Css***********/
.intro-image{}
.intro-image img{object-position:center;width: 400px;height: 400px;margin: auto;border-radius: 50%;object-fit: cover;}
.intro-content{margin-bottom: 30px;}
.intro-text{margin-top: 30px;}
.intro-text p:last-of-type{margin-bottom: 0;}

/************End Intro section Css***********/


/************Courses Css***********/
.home-courses{background: rgba(197, 45, 40, 0);}
.course-item{height:300px; position: relative; overflow: hidden; margin-bottom: 30px; display: flex; align-items: flex-end; background-size: cover; background-position: center; background-repeat: no-repeat;    background-color: #000;
  padding: 20px;
  border-radius: 20px; transition: all 0.2s ease-in-out;}
.course-item::before{content: ''; position: absolute; top:0px; left: 0px; height: 100%; width: 100%; background: rgba(13, 45, 98, 0.2);}
.course-item:hover{text-decoration: none; color: #fff;     scale: 1.03; transition: all 0.2s ease-in-out;}
.course-item .text{position: relative;color: #fff; padding: 15px 30px; background: rgba(197, 45, 40, 0); width: 100%;/* width: 85%;clip-path: polygon(80% 0, 100% 100%, 100% 100%, 0 100%, 0 0);*/} 
.course-item .course-title{ line-height: 1;text-transform: uppercase; font-weight: 700;}

.course-item .read-more{}
/************End courses Css***********/

/************Campus Css***********/
.campus .image{margin-top:2rem; border-radius: 20px;    overflow: hidden;}
/************End Campus Css***********/




/****************Request Quote Section css*****************/
.request-quote{position: relative;  background-repeat: no-repeat;background-size: cover;background-position:center;}
.request-quote:before {position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; content: '';  background: rgba(197, 45, 40, 1);  opacity: 1;}
.request-quote .bg-image{position: absolute; top: 0;  left: 0;width:50%; height: 100%;   background-repeat: no-repeat;background-size: cover;background-position:center;background-color: rgba(13, 45, 98, 1);}

.request-quote .card{border-radius: 2rem; margin: auto;}
.request-quote .card h2{color:rgba(13, 45, 98, 1);}
.request-quote-form .form-group{position:relative;width:100%;display:block;}
.request-quote-form .form-group .icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.request-quote-form .form-group .icon span{color:#000;}
.request-quote-form .form-group .select-wrap{position:relative;}
.request-quote-form .form-group .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.request-quote-form .form-group .btn{width:100%;display:block;}
.request-quote-form .form-control{border:transparent;border-bottom:1px solid rgba(13, 45, 98, 1) ;height:58px ;padding-left:0;padding-right:0;background:transparent;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;    max-height: 150px;}
.request-quote-form .form-control::-webkit-input-placeholder{}
.request-quote-form .form-control::-moz-placeholder{}
.request-quote-form .form-control:-ms-input-placeholder{}
.request-quote-form .form-control:-moz-placeholder{}
.request-quote-form .form-control:focus, .request-quote-form .form-control:active{border-color:rgb(241, 171, 27);}
.request-quote-form textarea.form-control{height:inherit;}
 


/**************Staff Css*******************/
.staff {overflow: hidden;margin-bottom: 0rem;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .img-wrap {position:relative;padding:50%; border-radius: 14px;overflow: hidden;}
.staff .img-wrap .img {position:absolute;width: 100%;height:100%;left:0; top:0;background-repeat: no-repeat;background-size: cover;background-color: #ccc;}
.staff .text {position: relative;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .text h4 {font-weight: 600;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .text .position {text-transform: uppercase;color: #b3b3b3;color: rgb(241, 171, 27);display: block;letter-spacing: 2px;font-size: 12px;font-weight: 500;}
.staff .text .faded {opacity: 1;}
.staff .social {position: absolute;top: -30px;left: 0;right: 0;padding: 15px 10px;background: transparent;opacity: 0;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.staff .social li{display: inline-block;}
.staff .social li + li{margin-left: 1rem;}
.staff .social li a {color: rgb(241, 171, 27); font-size: 1.5rem; text-decoration: none;}
.staff:hover .social, .staff:focus .social {opacity: 1;top: -80px;}
.staff:hover .img, .staff:focus .img {}
.staff:hover .text h3, .staff:focus .text h3 {color: rgb(241, 171, 27);}


/***************Testimonial section css*******/
.testimonial{}
.testimonial-slider .item{ text-align:center;}
.testimonial-slider .item .image{ width:150px; height:150px; border-radius:50%; overflow:hidden; display:block; margin:auto; margin-bottom:30px; }
.testimonial-slider .item .image img{width:100%;}
.testimonial-slider .text{}
.testimonial-slider .text span{color:rgb(197, 45, 40); margin:0px 5px;}
.testimonial-slider .text p{display: inline;}
.testimonial-slider .author{ text-transform:uppercase;}
.testimonial-slider .author h5{ color:rgb(197, 45, 40); font-size: 14px;}

.testimonial-slider .owl-controls .owl-nav .owl-prev,
.testimonial-slider .owl-controls .owl-nav .owl-next{height:45px; width:45px; line-height:45px; border-radius:50%; background:transparent; display:block; text-indent:-99999px; position:absolute; top:50%; margin-top:-30px; bottom:auto; z-index:2;}
.testimonial-slider .owl-controls .owl-nav .owl-prev{ left:5%;}
.testimonial-slider .owl-controls .owl-nav .owl-next{ right:5%;}
.testimonial-slider .owl-controls .owl-nav .owl-prev:after,
.testimonial-slider .owl-controls .owl-nav .owl-next:after{font-family:'FontAwesome'; position:absolute; left:0; top:0; text-indent:0; font-size:30px; width:100%; height:100%; text-align:center;  color:rgb(197, 45, 40); opacity:0.7;}
.testimonial-slider .owl-controls .owl-nav .owl-next:after{content:"\f105"}
.testimonial-slider .owl-controls .owl-nav .owl-prev:after{content:"\f104"}
.testimonial-slider .owl-controls .owl-dots { margin: 0 auto ;  position:relative; width:100%; right:0; text-align:center; bottom:0px; margin-top:20px;}
.testimonial-slider .owl-controls .owl-dot {width: 12px; height: 12px; border-radius:100%; border: 1px solid rgb(197, 45, 40); background: .fff; margin-right: 10px; display: inline-block;}
.testimonial-slider .owl-controls .owl-dot.active {background: rgb(197, 45, 40);}


/***************Contact Section Css***********/
.contact{position:relative;background: rgba(0, 0, 0, 0) url(assets/images/contact-banner.jpg) no-repeat scroll 0 0 / cover;}

.contact::before {background: rgba(45, 62, 80, 0) none repeat scroll 0 0;  content: "";  height: 100%; left: 0; position: absolute;  top: 0;width: 100%;z-index: 1;}
.contact .container{position:relative;    z-index: 9;}
.contact-info{}
.contact-info img{}
.contact-info h4{margin-bottom: 1rem; color: rgb(197, 45, 40);}
.contact-info p{margin-bottom: 2rem; }

.contact-form .form-group{position:relative;width:100%;display:block;}
.contact-form .form-group .icon{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.contact-form .form-group .icon span{color:#000;}
.contact-form .form-group .select-wrap{position:relative;}
.contact-form .form-group .select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.contact-form .form-group .btn{width:100%;display:block;}
.contact-form .form-control{border:transparent;border-bottom:1px solid rgba(13, 45, 98, 1) ;height:58px ;padding-left:0;padding-right:0;background:transparent;border-radius:0px;-webkit-box-shadow:none;box-shadow:none;}
.contact-form .form-control::-webkit-input-placeholder{}
.contact-form .form-control::-moz-placeholder{}
.contact-form .form-control:-ms-input-placeholder{}
.contact-form .form-control:-moz-placeholder{}
.contact-form .form-control:focus, .contact-form .form-control:active{border-color:rgb(241, 171, 27);}
.contact-form textarea.form-control{height:inherit;}

/***************End Contact Section Css***********/



/***************Footer Css**********************/

footer #top_footer{background:rgba(13, 45, 98, 1);padding:3rem 0px;font-size: 0.9rem;}
footer #top_footer p{color:#fff;}
footer #top_footer .title{color:#fff;font-weight:500;margin-bottom:2rem;}
footer #top_footer .logo{margin-bottom:20px;width:100%;display:block;font-weight: 800; font-size: 1.5rem; text-decoration: none;}
footer #top_footer .logo img{width: auto; max-height: 70px;  display: block; margin: auto;}

footer #top_footer ul{padding:0px; margin:0px;}
footer #top_footer ul li{display:inline-block;}
footer #top_footer ul li + li{margin-left:2.5rem;}
footer #top_footer ul li a{color:#fff;text-decoration:none;}
footer #top_footer ul li a:hover{color:rgb(241, 171, 27);}
footer #top_footer ul.social-links{margin-top:2rem;font-size:1.5rem;}
footer #bottom_footer{background-color:#141F35;padding:20px 0px;text-align:center}
footer #bottom_footer nav a{color:#b6b6b6;font-size:14px;line-height:17px;display:inline-block;font-weight:300;padding-left:6px}
footer #bottom_footer nav a:first-child{border-right:1px solid #b6b6b6;padding-right:8px}
footer #bottom_footer nav a:hover{text-decoration:none;color:rgb(241, 171, 27)}
footer #bottom_footer .copy{padding:0;margin:0;color:#b6b6b6;line-height:17px;font-weight:300;padding-top:7px;letter-spacing:1px}
footer #bottom_footer .copy a{color:#b6b6b6;}
/***************End Footer Css**********************/


@media screen and (max-width:1199px ){
  html,body{ font-size: 14px;}

  header .menu > li + li { margin-left: 3rem;}
}

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

  header .bottom-bar .d-flex{flex-direction:row;}
  
  header .site-logo img{display:inline-block;}
  header .navbar{background-color:rgb(241, 171, 27);position:fixed;width:100%;height:100%;top:0;left:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;z-index:3;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;padding:7rem 3rem;padding-top:12.56rem;}
  header .navbar.active{opacity:1;visibility:visible;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-ms-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;}
  header .navbar .menu{text-align:center;}
  header .navbar .menu > li + li{margin-top:3rem;display: block; margin-left: 0px;}
  header .navbar .menu > li > a{font-size:1.5rem;}
  .menu-item-has-children {padding-right:0;}
  .menu-item-has-children .open-submenu{top:20px;}
  .sub-menu{position:relative;}
  .home-slider .item{height: 600px;}
  .home-slider .item h2{font-size: 2.5rem;}

  .intro-image { margin-top: 4rem;}
  

  .request-quote:before{opacity: 0.5;}
  .request-quote .bg-image{display: none;}

  .contact .row{row-gap: 3rem;}

  footer #top_footer .row{row-gap: 3rem;}
  
  
}

@media screen and (max-width:767px ){
  .intro-image img{width: 350px;  height: 350px;}

  footer #top_footer{text-align: center;}
    footer #top_footer ul li{display:block;}
    footer #top_footer ul li + li{margin-left:0px; margin-top:1rem;}
}


@media screen and (max-width:575px ){
    header .site-logo{font-size:0px}
  .home-slider .item h2{font-size: 2rem;}

  .intro-image img{width: 300px;  height: 300px;}
  

}


.article-wrap{
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
}

.article-item + .article-item{
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}