*{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none!important;
}

/*-------all top banner-----------------*/
.about_text{
    width: 100%;
    height: 200px;
    background: url(../img/all-banner.jpg);
    background-size: 100% 100%;
   
    overflow: hidden;
}
.about_text h1{
    font-size: 40px !important;
    font-family: 'Roboto', sans-serif;
    padding-top: 43px;
    color: #ff9300;
    margin: 0px 0;

}
.short_nav ul li a{
    font-size: 17px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif!important;
    display: inline-block;
    color: #3c3c3c!important;
    float: left;
    letter-spacing: 0.8px;
    /*padding-left: 9px;*/
}
.short_nav i{
    padding: 4px 5px;
}




/*---------drop down--------------------------*/
.sub-menu-2{

    display: none;
    background: #027dc3 !important;
}
.sub-menu-2 ul{
    text-align: left!important;
    border-right: none !important;
    border-radius: 0px!important;

}
.navbar-dark ul li ul li{position:relative;}
.navbar-dark ul li ul li:hover .sub-menu-2{
    display: block;
    position: absolute;
    background: #fff;
	left:100%;
	top:0px;
    color: #000;
    box-shadow: 0 0 2px #000;
    margin-top: 0px;
    margin-left: -15px;
    cursor: pointer;
    z-index: 999;
    
    
}
.navbar-dark ul li:hover .sub-menu-2 ul{
    display: block;
    margin: 10px;

}
.sub-menu-2 ul li:hover a{color:#4a4a4a!important;}
/*---------drop down--------------------------*/
.sub-menu-1{

    display: none;
    background: #027dc3 !important;
}
.sub-menu-1 i{
    font-size: 11px;
    padding-right: 10px;
    padding-top: 8px;
    float: right;

}
.sub-2{
    background: #fff !important;

}
.sub-menu-1 ul{
    text-align: left!important;
    border-right: none !important;
    border-radius: 0px!important;

}
.navbar-dark ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: #fff;
    color: #000;
    box-shadow: 0 0 2px #000;
    margin-top: 0px;
    margin-left: -15px;
    cursor: pointer;
    z-index: 999;
    
    
}
.sub-menu-1 ul li:hover{
    background:#ff9300;
    color:#fff;
    border-radius: 0px!important;
}
.sub-menu-1 ul li:hover a{
    /* color:#fff!important; */
    border-radius: none!important;
}
.navbar-dark ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 10px;

}

.navbar-dark ul li:hover .sub-menu-1 ul li{
    width: 280px;
    border-bottom: 1px solid #e2e9eb;
    border-radius: 0;
    text-align: left;
    transition: 0.5s ease-out;
    border-right:none;
}
.sub-menu-1 ul li a{
    padding: 10px 5px 10px 15px!important;
    display: inline-block;
    width: 100%;
    color: #4e4e4e!important;
    font-size: 15px;
    font-family: Roboto;
     width: 100%;
     z-index: 1;
}
.sub-menu-1 ul li a:hover{
    border-radius: 0px;
    border-right: 0px !important;

}
/*------------------------------
top header css
------------------------------*/
/*.for-all-top{
	background: #027dc3;

}*/
.
.tp-header-part p{
	font-size: 18px;
	color: #fff;
	margin: 0px 0px 0px 0px;
}
/*-----------------------------
logo part
-----------------------------*/
.logo-part{
	margin: 0px 0px 0px 0px!important;
	padding:  5px 0px 5px 0px !important;
}
.d-part{
  float: right;
  text-align: center;
  padding: 0px 0px 0px 0px !important;
}
.for-social-1{
  padding: 5px;
  transition: .5s;
}
.for-social-1:hover i{
    background: #ff9300;
  transition: .5s;

}
.for-social-1 .for-hed-icon i{
  text-align: center;
}
.for-hed-icon i{
  font-size: 15px;
  background: #027dc3;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.for-social-1 h4{
  font-size: 17px;
  color: #4a4a4a;
  margin: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0px;

}
.for-social-1 p{
    margin: 0px 0px 0px 0px;
}
.for-social-1 a{
  font-size: 14px;
  color: #222222;
  margin: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
}
/*------------------------------
main menu css
------------------------------*/
.navbar-dark{
	/* background: #027dc3; */
	background: #585858;
	padding: 0px 0px 0px 0px !important;

}
nav.navbar-dark .navbar-nav .nav-item .nav-link{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	padding: 8px 25px 8px 25px !important;
	color: #fff;
}
nav.navbar-dark .navbar-nav .nav-item .nav-link.active,
nav.navbar-dark .navbar-nav .nav-item .nav-link:hover{
	background: #ff9300;

}
.book-appointment a{
	background: #ff9300;
	line-height: 41px;
	padding: 0px 10px;
	display: block;
	color: #fff;
	font-family: 'Roboto', sans-serif; 
}
.book-appointment a:hover{
	color: #027dc3;
	background: #fff;
	box-shadow: 0 0 4px #0005;
}
.book-appointment i{
	font: 15px;
	color: #fff;
	padding-right: 10px;
}
.book-appointment a:hover i{
	color: #027dc3;
}
/*------------------------------
Banner part index
------------------------------*/
.for-banner-btn{
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	padding: 8px 18px;
	background: #ff9300;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
}
.for-banner-btn:hover{
	background: #027dc3;
	color: #fff;

}
/******************************
Banner Section
******************************/


.carousel-control-next, .carousel-control-prev{
	width:5%!important;
	opacity:1!important;
}

.carousel-control-next-icon{
	background:#027dc3 no-repeat center center!important;
	/* background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important; */
	width:50px!important;
	height:50px!important;
	border-radius:50%;
	position:relative;
}
.carousel-control-next-icon:hover{
	background:#ff9300!important;
	transition:0.3s;
}
.carousel-control-next-icon:hover:after{
	left:10px;
	transition:0.3s;
}
.carousel-control-next-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f101";
	left:0px;
	right:0px;
	top:7px;
	font-size:26px;
}
.carousel-control-prev-icon{
	background:#027dc3 no-repeat center center!important;
	width:50px!important;
	height:50px!important;
	border-radius: 50%;
	position:relative;
}
.carousel-control-prev-icon:hover{
	background:#ff9300!important;
	transition:0.3s;
}
.carousel-control-prev-icon:hover:after{
	right:10px;
	transition:0.3s;
}
.carousel-control-prev-icon:after{
	position:absolute;
	font-family: FontAwesome;
    content: "\f100";
	left:0px;
	right:0px;
	top:7px;
	font-size:26px;
}

.banner{
    position: relative;
}
.banner .carousel-caption{
    top: 20%;
    left: 8%;
    padding: 40px 20px;
    position: absolute;
    width: 620px;
    height: 260px;
    background: #ffffff95;
    
}
.banner .carousel-caption h1 {
    font-size: 55px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 800;
    padding-bottom: 25px;
    color: #23428f;
}
.banner .carousel-caption h2 {
    font-size: 30px;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner .carousel-caption h3 {
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.banner .carousel-control-next{
    position: absolute;
    width: 80px;
}
.banner .carousel-control-prev{
    position: absolute;
    width: 80px;
}
.banner .carousel-indicators li{
    background: #fff;
    cursor: pointer;
    width: 8px;
    height: 8px
}
.banner .carousel-indicators li.active{
    background: #fff;
}
.banner .btn-change5{
    height: 40px;
    width: 150px;
    background: #23428f;
   cursor: pointer;
    float: none;
    font-weight: 600;
    border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 100px 0px 0 0 #2da7da inset , -100px 0px 0 #2da7da inset;
}
.banner .btn-change5:hover{
    -webkit-box-shadow: 0px 0px 0 0 #2da7da inset , 0px 0px 0 #2da7da inset;
}
/*------------------------------------
about part index
------------------------------------*/
.space-for-abt{
	padding: 50px 0px;
}
.text-part-right h2{
	font-size: 35px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif;
	color: #027dc3;
	margin: 0px 0px 0px 0px;

}
.text-part-right span{
	color: #ff9300;
}
.text-part-right h3{
	font-size: 19px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #4a4a4a;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;		
}
.text-part-right h4{
	font-size: 19px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #4a4a4a;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
	border-bottom: 2px solid #ffc9dc;
}
.text-part-right p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #282828;
	line-height: 30px;
	padding: 20px 0px 10px 0px;
	text-align: justify;

}
.text-part-right1 h5{
	font-size: 19px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #ff9300;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
	border-bottom: 2px solid #ffc9dc;
}
.text-part-right1 p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #282828;
	line-height: 30px;
	padding: 20px 0px 10px 0px;
	text-align: justify;
}
.text-part-right1 ul li{
	position:relative;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color: #282828;
	padding-left:25px;
	margin:10px 0;
}
.text-part-right1 ul li i{
	position:absolute;
	left:0px;
	top:3px;
	color:#ff9300;
}
.btn-for-abt-in{
	font-size: 20px;
	font-family: 'Abhaya Libre', serif;
	border: 2px solid #027dc3;
	font-weight: 800;
	padding: 7px 15px;
	/* border-radius: 0px 15px 0px 15px; */
	color: #4a4a4a;
	transition: .5s;
}
.btn-for-abt-in i{
	font-size: 15px;
}
.btn-for-abt-in:hover{
	background: #027dc3;
	color: #fff;
}
/*---------------------------------------
Sevices section index
---------------------------------------*/
.space-for-sevices{
	padding: 50px 0px;
	background: #f1f1f1;
}
.for-services-sp{
  padding-top: 30px;
}
.for-serv-head h2{
	font-size: 33px;
	font-family: 'Roboto Slab', serif;
	font-weight: 600;
	color: #027dc3;
	padding-bottom: 2px;
	/* border-bottom: 3px dashed #ff9300; */
	border-bottom: 3px dashed #cfcfcf;
	display: inline-block;
}

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #555;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-heading{
    width: 90%;
    position: absolute;
    bottom: 25px;
    left: 5%;
    background: rgb(2 125 195);
    padding: 10px 60px 10px 25px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.box:hover .box-heading{
    left: 100%;
}
.box .box-heading:after{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 12px;
    right: 11px;
    background: #fff;
    font-size: 20px;
    color: #ff9300;
    text-align: center;
}
.box .title{
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    
}
.box .post{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
}
.box .boxContent{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    padding: 30px 35px;
    background: #027dc3;
    transition: all 0.3s ease 0s;
}
.box:hover .boxContent{
    left: 0;
}
.box .description{
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 3px #0006;
    line-height: 22px;
    text-align: justify;
}
.box .read{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    padding: 8px 15px;
    border-radius: 10px;
    background: #027dc3;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.box .read:hover{
    text-decoration: none;
    background: #fff;
    color: #ff9300;
}
.box .read i{
    font-size: 10px;
    font-weight: 700;
    margin-left: 10px;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}
@media only screen and (max-width: 479px){
    .box .boxContent{ padding: 10px; }
    .box .read{ margin-top: 10px; }
}	
/*-----------------------------------------
divider part index
----------------------------------------*/
.clr-pnk{
	background: #027dc3;
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	margin: 10px;
}
.clr-blu{
	background: #ff9300;
	width: 100%!important;
	height: 100%;
	overflow: hidden;

}
.pnk-inner {
	text-align: center;
	padding: 30px 0px;


}
.pnk-inner h4{
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	/*padding: 20px 0px 0px 0px;*/
	letter-spacing: 0.8px;
	margin: 0px 0px;

}
.pnk-inner h3{
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px;

}
.pnk-inner a{
	background: #fff;
	padding: 10px 18px;
	margin: 8px 0px ;
	display: inline-block;
	color: #555555;	
	font-size: 18px;
	border: 3px solid #fff;
	border-radius: 0px 7px 0px 7px;
	font-family: 'roboto',sans-serif;
	box-shadow: 0 0 4px #0005;
	transition: .4s;
}
.pnk-inner a:hover{
	border: 3px solid #fff;
	color: #fff;
	border-radius: 7px 0px 7px 0px;
	background: transparent;

}

.pnk-inner i{
	padding-right: 5px;
}
/*-----------2nd divider-----------------*/
.blu-inner {
	text-align: center;
	padding: 30px 0px;

}

.blu-inner h4{
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	/*padding: 20px 0px 0px 0px;*/
	letter-spacing: 0.8px;
	margin: 0px 0px;

}
.blu-inner h3{
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px;

}

.blu-inner a{
	background: #fff;
	padding: 10px 18px;
	margin: 8px 0px ;
	display: inline-block;
	color: #272729;	
	font-size: 18px;
	border: 3px solid #fff;
	border-radius: 0px 7px 0px 7px;
	font-family: 'roboto',sans-serif;
	box-shadow: 0 0 4px #0005;
	transition: .4s;
	letter-spacing: 0.2px;
}
.blu-inner a:hover{
	border: 3px solid #fff;
	color: #fff;
	border-radius: 7px 0px 7px 0px;
	background: transparent;
}
.blu-inner i{
	padding-right: 5px;
}
.remove{
	margin: 0px 0px !important;
	padding: 0px 0px !important;
}
/*----------------------------------
attachment part index
----------------------------------*/
.attachment-space-index{
	padding: 50px 0px;
	/*background: #ebf2f7;*/
}
.for-tp-sp-att{
	padding-top:40px;
}
.for-single-box{
	
	padding: 20px;
	background: #fff;
	border: 3px solid #dbdcdd;
	box-sizing: border-box;
	transition: 0.6s;
	border-radius: 3px;


}
.for-single-box h2{
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 10px;
	border-bottom: 3px solid #cbc5c5;
	color: #027dc3;

}
.for-single-box p{
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: #282828;
	position: relative;
	padding: 0px 0 0 25px;
	top: 0;

}
.for-single-box i{
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 7px;
	color: #ff9300;
}
.for-single-box strong{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #282828;
}
.for-single-box:hover {
    -webkit-box-shadow: 0 10px 15px #727171;
    box-shadow: 0 10px 15px #727171;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
/*-------------------------------------
testimonial part
-------------------------------------*/
/*------------------------------------------
Testimonial part index
------------------------------------------*/
.memb-bg{
    padding: 40px 0px 40px 0px;
    background: #f4f8fb;
}
.for-serv-head-1 h2{
  font-size: 33px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #027dc3;
  padding-bottom: 2px;
  border-bottom: 3px dashed #ff9300;
  display: inline-block;

}

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/
.testimonial4_slide strong{
    font-size: 25px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    color: #027dc3;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    /*background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);*/
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 55px 20px 20px 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    font-size: 19px;
    font-family:'Roboto', sans-serif;
    color: #2e2c2c;
    line-height: 1.4;
    margin: 20px 0 20px 0;
    padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;

}
.testimonial4_slide h4 {
  color: #027dc3;
  font-size: 22px;
  font-family: 'Roboto',sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c3c3;
}


.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    /*width: 50px!important;
    height: 50px!important;
    border: none;
    line-height: 50px!important;*/
}
/* ------testimonial  close-------*/
.testimonial {
  position: relative;
}
.testimonial .carousel-control-next-icon{
    position: absolute;
    border:none;
    width: 50px!important;
    height: 50px !important;
    border-radius: 50%;
  left: 5px;
  bottom: -20px;
  left: -380px;
}
.testimonial .carousel-control-prev-icon{
    position: absolute;
    border:none;
    width: 50px!important;
    height: 50px !important;
    border-radius: 50%;
  left: 5px;
  bottom: -20px;
  left: 380px;
}



/*--------------------------------------
form part
---------------------------------------*/
/*----------------------------------------
form part
----------------------------------------*/
.service-text h3{
	font-size: 30px;
	color: #027dc3;
	padding-bottom: 10px;
	border-bottom: 2px dashed #ff9300;
	display: inline-block;

}
.form-part-styl{
    box-shadow: 0 0 3px #0005;
    background: #446c83;
    padding: 25px;
}
.form-part-styl h4{
  font-size: 20px;
  font-family: 'roboto',sans-serif;
  color: #ff9300;
  padding-bottom: 7px;
  /*border-bottom: 1px solid #fff;*/
  margin-bottom: 10px;


}
.frm-input {
    width:100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 10px;
}
.frm-button{
    background:#272729;
    font-size:16px;
    padding:5px 15px;
    border:none;
    color:#fff;
    border-radius:3px;
    text-align: center !important;

}
.for-space-att h3{
    font-size: 25px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.5px;
    color: #23408f;
    font-weight: 700;
    padding: 10px 0px 10px 20px;


}
.for-space-att h4{
    font-size: 25px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.5px;
    color: #272729;
    font-weight: 700;
    padding: 21px 0px 16px 0px;
    text-align: center;
    

}


/*--------------------------
contact page form
--------------------------*/
.conta-space{
    padding: 50px 0;
}

.cont-bx{
    width: 100%;
    min-height: 237px;
    background: #027dc3;
    text-align: center;
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 4px #0008;
    border-radius: 23px;
    transition: 0.5s;
}
.cont-bx:hover {
    -webkit-box-shadow: 0 10px 15px #727171;
    box-shadow: 0 10px 15px #727171;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.for-cont-space-2{
    padding-top: 25px;
}
.cont-bx i{
    font-size: 40px;
    text-align: center;
    /*color: #23408f;*/
    color: #fff;
    padding: 8px ; 
    margin-bottom: 20px;
    border: 1px solid #4A96BF;
    border-radius: 5px;
}
.cont-text-part h3{
    font-size: 22px;
    font-weight: 600;
    font-family: 'roboto',sans-serif;
    text-align: center;
    color: #fff;

}
.cont-text-part p{
    font-size: 16px;
    font-family: 'roboto',sans-serif;
    text-align: center;
    color: #fff;
    margin: 0px 0px 0px;
    padding: 5px 0px;

}


.big-mp{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #0002;
    box-shadow: 0 0 3px #0005;
}
.hed-text h4{
    font-size: 30px;
    font-weight: 600;
    font-family: 'roboto',sans-serif;
    text-align: center;
}
.frm-input-1 {
    width:100%;
    height: 50px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 10px;
}
.frm-input-2 {
    width:100%;
    height: 110px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 10px;
}
.frm-button-1{
    background:#027dc3;
    font-size:16px;
    padding:5px 15px;
    border:none;
    color:#fff;
    border-radius:3px;
    text-align: center !important;
    align-content: center;
    font-family: 'roboto',sans-serif; 
    transition: 0.6s;
}
.frm-button-1:hover{
    background: #ff9300;
    color: #fff;
    box-shadow: 0 0 5px #fff2;
}
.frm-input-1 {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.frm-input-2 {
display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.for-footer-bg{
  background: #3e3e3e;
  padding: 50px 0px 0px 0px;
  text-align: center;

}


.text-footer h2{
  font-size: 23px;
  color: #fff;
  border-bottom: 1px solid #ffdce8;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}
.text-footer p{
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 31px 0px;
}
.link-quik ul li{
  display: inline-block;
  border-top: 1px solid #646464;
  padding: 0px 0px;
  margin: 0px 15px;
  border-bottom: 1px solid #646464;


}
.link-quik ul{
    margin: 0px 0px 21px 0px;
}
.link-quik ul li a{
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 400;
  padding: 5px 15px;
  display: block;
  transition: 0.5s;

}
.link-quik ul li a:hover{
    background: #fff;
    color: #027dc3;
    border-radius: 2px;
}
.link-quik-1{
  display: inline-block; 
}
.link-quik-1 ul {
    margin: 0px 0px 25px 0px;
}
.link-quik-1 ul li{
  display: inline-block;
  padding-top: 10px;
  padding: 3px 0px;
  

}
.link-quik-1 ul li a{
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  padding: 0px 15px;
  border-right: 1px solid #646464;
  
}
.link-quik-1 ul li a:hover{
  color: #fff;
}
.link-quik-1 ul li:last-child a{
  border-right: none;
}
.link-quik-1 ul li i{
  font-size: 13px;
  padding-right: 13px;
  color: #fff;
}
.for-last-footer-bg{
  background: #027dc3;
}
.for-last-footer-bg p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 10px 5px 10px 5px;
    text-align: center;
}
.for-last-footer-bg a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}
/*----------------------------------------
form part
----------------------------------------*/
.form-part-styl{
    box-shadow: 0 0 3px #0005;
    background: #f1f1f1;
    padding: 25px;
}

.frm-input {
    width:100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 5px 10px;
}
.frm-button{
    background:#272729;
    font-size:16px;
    padding:5px 15px;
    border:none;
    color:#fff;
    border-radius:3px;
    text-align: center !important;

}
.for-space-att h3{
    font-size: 25px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.5px;
    color: #23408f;
    font-weight: 700;
    padding: 10px 0px 10px 20px;


}
.for-space-att h4{
    font-size: 25px;
    font-family: 'roboto',sans-serif;
    letter-spacing: 0.5px;
    color: #272729;
    font-weight: 700;
    padding: 21px 0px 16px 0px;
    text-align: center;
    

}


/***********************************************************************************************
All Pages Header Title Section
***********************************************************************************************/

.main_header{
	/* background:#4a4a4a; */
	background:#196591;
	padding:30px 0;
}
.header_title h1{
	font-size:36px;
	color:#f1f1f1;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	
}
.header_title ul{margin:0px;}
.header_title ul li{
	font-size:16px;
	color:#f1f1f1;
	font-family: 'Roboto', sans-serif;
	display:inline-block;
	padding-right:5px;
}
.header_title ul li a{
	color:#f1f1f1;
	padding-right:10px;
}
.header_title ul li a i{}



/***********************************************************************************
Services Page 
***********************************************************************************/

.service-inn{
	padding:50px 0;
}
.service_main{}
.service_main h1{
	font-size:28px;
	color:#ff9300;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	font-weight:400;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:7px;
	margin-bottom:13px;
}
.service_main h2{
	font-size:22px;
	color:#196591;
	font-family: 'Roboto', sans-serif;
	letter-spacing:1px;
	padding:10px 0;
}
.service_main img{
	width:100%;
	border-radius:10px;
	border:1px solid #e2eff8;
	margin:10px 0 20px 0;
}
.service_main p{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
}
.service_main ul{}
.service_main ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: 'Roboto', sans-serif;
	text-align:justify;
	position:relative;
	padding-left:25px;
	margin:10px 0;
}
.service_main ul li i{
	position:absolute;
	left:0px;
	top:5px;
	color:#cca49e;
}

/******************************************************************************
Gallery Section
******************************************************************************/


.gallery {padding:50px 0;}
.gallery .btn:focus, .gallery .btn:active, .gallery button:focus, .gallery button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery #image-gallery .modal-footer{
  display: block;
}

.gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery .modal-lg{
	max-width:550px!important;
}
.sticky_pop{width:600px;}
.sticky_pop img{width:100%;}

.fixed-social{
	position:fixed;
	right:15px;
	bottom:60px;
}
.fixed-social i{
	width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(45deg, #d60a6e, #b211a1);
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
}

@media only screen and (max-width: 575px){
	.fixed-social i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
}