.wc2c-floating-circle-left {
    left: 25px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    bottom: 30px;
    text-align: center;
    padding: 14px;
    -webkit-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    -moz-box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
    box-shadow: 3px 3px 12px 0px rgba(51,51,51,0.72);
}

.wc2c-wrap {
    position: fixed;
    z-index: 9999;
    display: inline-block;
}

.wc2c-wrap {
    text-decoration: none !important;
}
.wc2c-floating-circle-left .wc2c-text {
    display: none;
}
.wc2c-floating-circle-left .wc2c-icon {
    font-size: 42px;
    width: auto;
    padding-top: 3px;
}

    
    .mobile {
    display:none;
}
    
    @media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
}

}


#callme1 {
    position: fixed;
    left: 26px;
    bottom: 23%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99990;
}
#callme1 #callmeMain {
    -moz-border-radius: 75% !important;
    -webkit-border-radius: 75% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(179, 8, 8);
    width: 75px;
    height: 75px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme1 #callmeMain:before {
    content: "";
    position: absolute;
    width: 142%;
    height: 140%;
    top: 0;
    left: 0;
    background-image: url(../img/mail.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
.icon-bar1 {
  position: fixed;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar1 {
  position: fixed;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-52%);
  z-index: 999;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 9px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}


.icon-bar1 a:hover {color: #fff !important; transform: rotate(360deg); transition: all 0.2s; -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);}

.icon-bar1 a:hover {color: #fff !important;}

.fbbtn {
  background: #4267B2;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}

.clbtn{
  background: #0077B7;
  color: white;
}

.inbtn{
  background: #AC34B0;
  color: white;
}
.twbtn{
  background: #1CA1F3;
  color: white;
}
.youtubebtn{
  background: #F30000;
  color: white;
}

.enquire-us-right > button {
    background-color: #cc404b;
    color: #fff;
    border: 1px solid #cc404b;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-radius: 5px 5px 0px 0px;
    height: 52px;
	
    }
	
		.enquire-us-right {
    position: fixed;
    right: -77px;
    top: 46%;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
    padding: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 999;
    }


.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 26px 25px 26px 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 8px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 80px;
  height: 80px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bb0b0b;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 15px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #2f2f92 0%, #2f2f92 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}


.services-section-four{
	position:relative;
	padding: 49px 0px 60px;
	z-index:1;
	background-color:#f2f3fa;
}

.services-section-four .sec-title .text{
    position: relative;
    color: #1a1e66;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    width: 100%;
	margin-top:0px;
}

.services-block-four{
	position:relative;
}

.services-block-four .inner-box{
	position:relative;
	overflow:hidden;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: 30px;
}

.services-block-four .inner-box .image{
	position:relative;
}

.services-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding: 15px 32px 20px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background-color: rgb(47 47 146 / 91%);
}

.services-block-four .inner-box .image .overlay-box .content{
	position:relative;
	/* padding-left:60px; */
}

.services-block-four .inner-box .image .overlay-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#65b408;
	font-size:46px;
	line-height:1em;
}

.services-block-four .inner-box .image .overlay-box h6{
	position:relative;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	font-size: 18px;
}

.services-block-four .inner-box:hover .image .overlay-box{
	margin-bottom:-100px;
}

.services-block-four .inner-box .image .overlay-box-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	background-color: rgb(47 47 146 / 93%);
}

.services-block-four .inner-box:hover .image .overlay-box-two{
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 21px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    /* padding-left:70px; */
}

.services-block-four .inner-box .image .overlay-box-two .icon-box{
	position:absolute;
	left:0px;
	color:#65b408;
	font-size:46px;
	line-height:1em;
}

.services-block-four .inner-box .image .overlay-box-two h6{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:12px;
	font-size: 18px;
}

.services-block-four .inner-box .image .overlay-box-two h6 a{
	position:relative;
	color:#ffffff;
}

.services-block-four .inner-box .image .overlay-box-two .text{
	position:relative;
	font-size: 15px;
	font-weight:400;
	line-height: 28px;
	color:#ffffff;
	margin-bottom:15px;
	/* text-align: center; */
}

.services-block-four .inner-box .image .overlay-box-two .read-more{
	position:relative;
	color: #3ab349;
	font-size: 16px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.services-block-four .inner-box .image .overlay-box-two .read-more:hover{
	color:#ffffff;
}

.services-section-four .btn-box{
	position:relative;
	margin-top:45px;
}


.why_choose_col {
    background: #f4f4f4;
}
.short_about_col.why_choose_Txt {
    padding-right: 74px;
    margin: -15px 0px 0px;
}
.choose_list {
    margin-bottom: 7px;
}
.choose_list_56 {
    margin-bottom: 58px;
}
.list_pad_left {
    padding-left: 0px;
}
.list_pad_rght {
    padding-right: 0px;
}
.choose_list:nth-child(2),
.choose_list:nth-child(4) {
    margin-right: 0px;
}
.choose_list:nth-child(3),
.choose_list:nth-child(4) {
    margin-bottom: 0px;
}
.choose_list_icon {
    width: 70px;
    float: left;
    background: url(../img/mission_icon_bg.png) no-repeat;
    height: 84px;
    margin-right: 16px;
    padding: 11px;
}
.choose_list_info {
    width: 72%;
    float: left;
}
.choose_list_info h5 {
    font-size: 20px;
    color: #242424;
    text-transform: none;
    margin-bottom: 11px;
    margin-top: 0px;
    letter-spacing: 0px;
}
.choose_list_info p {
    /* color: #898989; */
    letter-spacing: 0px;
    line-height: 26px;
    text-align: justify;
}
.choose_list_info a.txt_more {
    color: #c77a49;
    font-size: 14px;
}
.choose_list_info a.txt_more:hover {
    color: #000;
}

.client-img-holder {
    border: 1px solid #e3e3e3;
    padding: 10px;
}
.contact_widget .contact_inner .media .media-body a:hover {color:#3ab349;}


.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  /* margin-top: -140px; */
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  /* z-index: 2; */
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #3ab349;
  box-shadow: 0px 11px 35px 0px #00000021;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #3ab3496e;
  margin: 0px 8px 0px 8px;
  padding: 18px 9px 25px 8px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 6px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 72px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

.bg20 {
  background-image: url(../img/bg/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-0 {padding: 0!important;}


.rs-services.style5 .services-item {
  padding: 18px 13px 12px 13px;
  background-color: #F1F6FC;
  /* border-radius: 4px 4px 4px 4px; */
  /* margin: 0 -13px 0 0; */
  display: flex;
}
.rs-services.style5 .services-item .services-icon {
  padding: 7px 19px 0px 0px;
}
.rs-services.style5 .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
}
.rs-services.style5 .services-item .services-content {
  /* padding: 0px 0px 0px 5px; */
}
.rs-services.style5 .services-item .services-content .services-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.rs-services.style5 .services-item .services-content .services-title a {
  color: #101010;
}
.rs-services.style5 .services-item .services-content .services-title a:hover {
  color: #106eea;
}
.rs-services.style5 .services-item .services-content .services-desc {
  color: #444444;
  margin-bottom: 0px;
}


input#signup {
   }
div#BotBootInputImage {
    float: left;
    padding: 8px 24px;
    font-size: 20px;
    margin: 5px 0;
    background: url(../captcha.png) no-repeat;
}
 .loader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
    background: rgba(255, 255, 255, 0.6);
}

pre {
    font-size: 11px;
    padding: 0px !important;
    color: red;
    background: none !important;
    border: none !important;
	    position: absolute;
}

.error {
border: 1px solid red !important ;
}

.loading-image {
  position: absolute;
  top: 64%;
  left: 39%;
  z-index: 9999;
  /* width: 20px !important; */
}

.alert.alert-success {
    font-size: 20px;
}


.alert.alert-success {
    font-size: 20px;
    position: absolute;
    top: 25%;
    left: 25%;
}


em {
    /* position: absolute; */
    /* color: red; */
    /* padding-left: 0px; */
    /* font-size: 12px; */
}


.services-list li {
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 20px;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}

 .services-list li a {color: #17161a;}
 .services-list li:hover {
  background-color: #2f2f92;
  /* margin-bottom: 6px; */
  /* padding-bottom: 8px; */
}
 .services-list li:hover a {
  color: #fff ;

}
 .services-list li.active {
  position: relative;
  border-bottom: 1px solid transparent !important;
}
 .services-list li.active a {
  color: #fff;

}
 .services-list li.active::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 22px;
  bottom: 0;
  content: "";
  height: 22px;
  left: -47px;
  position: absolute;
  top: 0;
  width: 14px;
}

ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 11px;
}

.border-theme-colored {
  border-color: #2E375F !important;
}
.services-list li.active::after {
  border-color: transparent #3ab349 transparent transparent;
}
.services-list li.active {
  background-color: #3ab349!important;
  /* border-right: 6px solid #e94128 !important; */
}

.breadcrumb {
	color:#c2c2c2;
	margin-bottom: 12px;
	background:none;
	padding:0;
	border-radius:0px;
	padding-top: 25px;
	padding-right: 20px;
	margin-left: 13px;
}
.breadcrumb a {
	color: #3b3b3b;
	font-size:11px;
}
.breadcrumb a:hover {
	color: #e94128;
	text-decoration: none;
}

.breadcrumb li.active   {
	color: #1c489d;
	font-weight:600;
	font-size:11px;
	text-decoration: none;
}

	.titlepgp{
    color: #1c489d;
    margin-top: 17px;
    margin-bottom: 15px;
    font-size: 35px;
    }
	
	

 .services-add .title {
  font-size: 24px;
  line-height: 7px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  /* font-family: 'Roboto', serif; */
  margin-top: 20px;
}
 .services-add .contact a {
  /* font-size: 18px; */
  line-height: 28px;
  /* font-weight: 700; */
  color: #ffffff;
} 

.services-add .contact a:hover {color: #3ab349;}
 .services-add .address-item .contact p {

  color: #ffffff;
}

 .services-add .address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
}
 .services-add .address-item .address-icon i {
  text-align: center;
  color: #106eea;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
 .services-add .address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse2;
  background: #ffffff;
}	



.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}


@media only screen and (max-width: 1366px) {
.container-video{
   	width:1000px;
position: relative;
margin-left:180px;
}
}


@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
width: 100%;
max-width: 100%;
text-align: center;
}

.cd-intro {
  margin: 0em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 0em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 0 auto;
  }
}

.cd-headline {
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}


.cd-headline.push b {
  opacity: 0;
  color: white;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
font-weight: 500;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
font-weight: 500;

}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}




.services-block-fifteen{
	position:relative;
	margin-bottom:50px;
}

.services-block-fifteen .inner-box{
	position:relative;
	overflow:hidden;
	    border-radius: 10px;
}

.services-block-fifteen .inner-box .image{
	position:relative;
}

.services-block-fifteen .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-fifteen .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services-block-fifteen .inner-box .image .overlay-box .plus{
	position:absolute;
	left:50%;
	top:50%;
	width:54px;
	height:54px;
	color:#012068;
	font-size:18px;
	line-height:54px;
	text-align:center;
	border-radius:50%;
	font-weight:700;
	margin-left:-27px;
	margin-top:-27px;
	transform:scale(0,0);
	-moz-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	display:inline-block;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-fifteen .inner-box:hover .image .overlay-box .plus{
	transform:scale(1,1);
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
}

.services-block-fifteen .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:-100%;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.85;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
	background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
	background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.services-block-fifteen .inner-box:hover .image .overlay-box:before{
	left:0%
}

.services-block-fifteen .inner-box .lower-content{
	position:relative;
	padding-top:22px;
	background-color: #f2f3fa;
	padding: 13px 14px;
	/* box-shadow: 2px 2px 12px #ddd; */
	/* border: 2px solid #d3d3d3; */
}

.services-block-fifteen .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:50px;
	padding-top:7px;
	margin-bottom:15px;
}

.services-block-fifteen .inner-box .lower-content .upper-box .icon{
	position:absolute;
	left: -1px;
	top:4px;
	font-size:38px;
	line-height: 1em;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#3241ff), to(#0b1599)); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 43px;
	/* margin-right: 20px; */
}

.services-block-fifteen .inner-box .lower-content .upper-box h5{
	position:relative;
	font-weight:700;
	line-height:1.7em;
}

.services-block-fifteen .inner-box .lower-content .upper-box h5 a{
	position:relative;
	color:#1e2331;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-fifteen .inner-box .lower-content .upper-box h5 a:hover{
	color:#3241ff;
}

.services-block-fifteen .inner-box .text{
	position:relative;
	/* color:#7a8595; */
	font-size: 14px;
	line-height:1.7em;
	text-align: justify;
}


.cta-wrapper.style-2 {
  z-index: 1;
  position: relative;
}

.cta-wrapper.style-2::before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgb(10 10 10 / 84%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-request-element {
  margin-top: 17px;
  /* margin-bottom: 46px; */
}

@media (max-width: 767px) {
  .single-request-element {
    text-align: center;
    margin-top: 30px;
  }
}

.single-request-element .icon {
  font-size: 45px;
  color: #fff;
}

.single-request-element h6 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 15px;
  /* text-transform: capitalize; */
  color: #ffff;
}

.single-features-box {
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.single-features-box:hover .icon {
  color: #fd7062;
}

.clients  img{
    padding: 5px;
    border: 0px solid #B5BFAB;
    margin-right: 15px;
    margin-bottom: 30px;
}


.flat-iconbox-style {
    margin: 0 -15px;
}

.flat-iconbox-style .item-three-column {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.flat-iconbox-style .flat-item {
    float: left;
    padding: 0 15px;
    padding-top: 8px;
}

.iconbox.style1 .box-header {
  margin-bottom: 15px;
}

.iconbox.style1 .box-header .box-icon {
  float: left;
  margin-right: 19px;
}
.iconbox.style1 .box-header .box-icon i {
  font-size: 28px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
.iconbox.style1 .box-header .box-icon i:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    z-index: -1;
    background-color: #fd223f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.iconbox.style1 .box-content {
    overflow: hidden;
}

.iconbox.style1:hover .box-header .box-icon i:after {
    background-color: #333333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.iconbox.style1 .box-header .box-title {
    margin-top: 0;
    margin-bottom: 0;
}
.services-list li {
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 20px;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}

 .services-list li a {color: #17161a;}
 .services-list li:hover {
  background-color: #2f2f92;
  /* margin-bottom: 6px; */
  /* padding-bottom: 8px; */
}
 .services-list li:hover a {
  color: #fff ;

}
 .services-list li.active {
  position: relative;
  border-bottom: 1px solid transparent !important;
}
 .services-list li.active a {
  color: #fff;

}
 .services-list li.active::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 22px;
  bottom: 0;
  content: "";
  height: 22px;
  left: -47px;
  position: absolute;
  top: 0;
  width: 14px;
}

ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 11px;
}

.border-theme-colored {
  border-color: #2E375F !important;
}
.services-list li.active::after {
  border-color: transparent #f22613 transparent transparent;
}
.services-list li.active {
  background-color: #f22613!important;
  /* border-right: 6px solid #e94128 !important; */
}

.services-list li {
  background-color: #eeeeee;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px 10px 20px;
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}

 .services-list li a {color: #17161a;}
 .services-list li:hover {
  background-color: #1f1f1f;
  /* margin-bottom: 6px; */
  /* padding-bottom: 8px; */
}
 .services-list li:hover a {
  color: #fff ;

}


.services-add {
   background: url(../images/about/contact-phone.jpg);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   text-align: center;
   border-radius: 5px;
   padding: 50px 29px 53px;
   /* background-color: #2f2f92; */
   margin-left: 0px;
}
 
	

.have_qus {
      border-radius: 5px;
      padding: 17px 22px;
      background-color: #343535;
      color:white;
      margin-bottom: 50px;
}
.have_qus p {
         line-height: 25px;
    font-size: 14px;
    color: white;

     
}

.have_qus .btn-dark {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #111111;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  padding: 13px 25px;
  text-transform: uppercase;
  transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
  margin-top: 15px;
  text-decoration: none;
}
.have_qus .btn-dark i {
  font-size: 17px;
  margin-right: 12px;
  vertical-align: sub;
}
.have_qus .btn-dark:hover{
  background:transparent;
  border: 1px solid #fff;
  color: #ffffff;
}

.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}


 .contact_us_details {
  padding-top: 0px;
  /* box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15); */
}

.contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px;
}

.c_details_item {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 16px;
}

.c_details_item .media .media-left {
  padding-right: 23px;
  /* vertical-align: middle; */
}

.c_details_item .media .media-left i {height: 65px;width: 65px;border: 1px solid #000000;border-radius: 50%;color: #ffffff;text-align: center;line-height: 61px;font-size: 28px;-webkit-transition: all 400ms linear 0s;-o-transition: all 400ms linear 0s;transition: all 400ms linear 0s;background-color: #000000;}

.c_details_item .media .media-body p {


  line-height: 22px;

  font-weight: normal;
}

.c_details_item .media .media-body a {

  color: #4a4a4a;
  line-height: 24px;

}

.c_details_item .media .media-body a:hover {

color: #0263a9;
}
.c_details_item .media .media-body h4 {margin-bottom: 8px;font-weight: 700;/* color: #0666ab; */}


@media only screen and (min-width: 320px) and (max-width: 735px) {
  .c_details_item {
    padding: 28px 15px;
  }
  .c_details_item .media .media-left {
    padding-right: 10px;
  }

}
.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	border-radius:50%;
	line-height:42px;
	text-align:center;
	border:1px solid #ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	border-color:#71b100;
	background-color:#71b100;
}


.social-icon-contact{
	position:relative;
}

.social-icon-contact li{
	position:relative;
	margin-right: 11px;
	display:inline-block;
	font-size: 14px;
}

.social-icon-contact li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:16px;
	color: #000000 !important;
	border-radius:50%;
	line-height: 39px !important;
	text-align:center;
	border:1px solid #ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border: 1px solid #000000;
}

.social-icon-contact li a:hover{
	color: #ffffff !important;
	border-color: #000000;
	background-color: #000000;
}
	


.about-two__image {
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}



.about-two__image::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 6px;
  right: -7px;
  bottom: 8px;
  background-image: linear-gradient(11deg, #ffdbe9 0%, #e9b2c7 100%);
  -webkit-transform: rotate(3deg);
  transform: rotate(0deg);
  box-shadow: 0px 10px 30px 8px rgba(0, 0, 0, 0.1);
}

.about-two__image img {
  max-width: 100%;
  position: relative;
}

.security-area .section-title h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.security-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 14px 8px;
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 30px;
    /* -webkit-box-shadow:0 0 15px rgba(0,0,0,.5); */
    /* box-shadow:0 0 15px rgba(0,0,0,.5); */
    border-bottom: 3px solid #000000;
    box-shadow: 0px 11px 16px -10px rgb(0 113 220 / 52%);
    /* height: 255px; */
}

.security-card i {
    font-size: 45px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #252525;
    background-color: #e5f3ff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.security-card h3 {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 13px;
}

.security-card h3 a {
    color: #252525;
    -webkit-transition: .5s;
    transition: .5s;
    display: block
}

.security-card p {
    margin-top: 10px;
    line-height: 22px;
}

.security-card:hover i {
    background-color: #0071dc;
    color: #fff
}

.security-card:hover h3 a {
    color: #0071dc
}	

.security-card img{
    width: 100px !important;
}

img.loading-image {
    width: 250px !important;
}