/** Typography **/
html,body{margin:0px; padding:0px; font-family: "Roboto", sans-serif;  font-size:16px; color:#000; font-weight: normal; overflow-x:hidden;}
header,footer,nav,article,aside,figure{margin:0px; padding:0px; display:block; width:100%;}
section{margin:0px; padding:60px 0px; display:block; width:100%; position:relative;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-size:40px; font-family: "Raleway", sans-serif; font-weight:600; text-align:center; text-transform:capitalize;}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{color: #005696;}
ul,ol{margin:0px; padding:0px; line-height:26px;}
a:focus{ outline:none}
a, button, input, .btn, i {-moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out;-o-transition:all 0.8s ease-in-out;-webkit-transition:all 0.8s ease-in-out; transition:all 0.8s  ease 0s; text-decoration:none !important; outline:0px;} 
a:hover, button:hover, input:hover, a:focus, button:focus, input:focus{text-decoration:none !important;} 
.form-control{ border-radius:0px; outline:none; border:1px solid rgba(0,0,0,.30); font-size:13px; color:#000; background:#fff; height:40px;padding: .375rem .30rem;}
.form-control:focus,.form-control:hover{ box-shadow:none;}
.img-fluid{ width:100%; height:auto;}
.form-control,
.custom-file label{border: 1px solid rgba(0,0,0,.30); border-radius:0px;}
.form-control:focus ,
.custom-file label:focus{ box-shadow:none !important;}
.custom-file-input:focus~
.custom-file-label{box-shadow:none !important;}
.btn{position: relative; border: 2px solid transparent !important; overflow: hidden; font-size: 15px; padding:10px 15px; background-color: #005696; color: #fff; z-index: 1; outline: 0px !important; border-radius: 6px !important; -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s;-o-transition:all 0.8s ease 0s;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s  ease 0s;}
.btn::before{content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 0px; height: 100%; background: #fff; -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s;-o-transition:all 0.8s ease 0s;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s  ease 0s;}
.btn:hover::before{width:100%; left:inherit; right:0;}
.btn:hover{color: #000; border: 2px solid #005696 !important;}
.bdr-btn{background:#fff; color:#000; border: 2px solid #005696 !important;}
.bdr-btn::before{background: #005696 !important;}
.bdr-btn:hover{color:#fff;}
.bold{ font-weight: 600;}
p{font-size: 16px; line-height: 26px; margin-bottom:10px;}
.form-group {margin-bottom: 0;}

/** Navigation CSS Start **/
.navigation{background: #ffffff; padding:10px 0; position:absolute; left:0; top:0; width:100%; box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.2); z-index:99;} 
.navigation .navbar{padding: 0px; background: none; border: 0px; border-radius: 0px; margin: 0px;}
.navigation .brand-logo{margin-top: 20px;}
.navigation .navbar-nav{float: right; margin-top: 20px;}
.navigation .navbar-nav li a{color: #000;  position: relative; z-index: 999; padding: 0px 10px; font-size: 15px; font-weight: 500; text-transform:uppercase;}
.navigation .navbar-nav li:last-child a{padding-right: 0px;}
.navigation .navbar-nav li.active>a, 
.navigation .navbar-nav a.active, 
.navigation .navbar-nav a.show, 
.navigation .navbar-nav .show>a, 
.navigation .navbar-nav a:focus, 
.navigation .navbar-nav a:hover,
.navigation .navbar-nav>li>a:focus, 
.navigation .navbar-nav>li>a:hover{color: #005696; background: none !important;}
.navigation .navbar button{padding: 0px; border: 0px; background: none;}
.navigation .navbar-nav>li>.dropdown-menu{padding:0px; top: 100%; left: 0; right: 0px; min-width: 230px;}
.navigation .navbar-nav>li>.dropdown-menu.max_menu{min-width: 380px;}
.navigation .navbar-nav .dropdown-menu a{color: #fff; font-weight: 500; font-size: 14px; padding: 10px 20px; background: #161616 !important; border-bottom: 1px solid #ccc; }
.navigation .navbar-nav .dropdown-menu li a:hover,
.navigation .navbar-nav .dropdown-menu li a:focus{color: #000000 !important; background: #9acd89 !important;}
.navigation .navbar-collapse, 
.navigation .navbar-form{padding-right: 0 !important;}
.info_bar{text-align: right; padding-right: 15px; position: relative;}
.info_bar::before{content: ''; position: absolute; width: 60%; height: 100%; background-color: #161616; top: 0; right: 0; border-radius: 0 5px 5px 0;}
.info_bar::after{content: ''; position: absolute; width: 0; height: 0; top: 0; z-index: 11; right: 60%; border-top: 48px solid transparent; border-bottom: 0px solid transparent; border-right: 40px solid #161616;}
.info_bar .list-unstyled{padding: 4px 0; display: flex; justify-content: flex-end; align-items: center; position: relative;}
.info_bar ul li{border-right: 1px solid #4e4e4e; padding: 5px 20px;}
.info_bar ul li:last-child{border: 0; padding-right: 0;}
.info_bar ul li ol li{border: 0; padding: 0 15px 0 0;}
.info_bar ul li ol li:last-child{padding-right: 0px;}
.info_bar .list-unstyled a{font-size: 15px; color: #ffffff; font-weight: 600;}
.info_bar a span{font-weight: 400; padding-left: 5px; transition: all 0.5s ease-in-out;}
.info_bar a:hover span{color: #52cd0e;}
.info_bar a .fa{font-size: 16px;}
.info_bar ul li ol li a:hover{color: #52cd0e;}

/*--------sticky-menu--------------*/
.sticky {position: fixed !important; top: 0px; z-index: 999 !important; width: 100%;animation: MenuSlideDown .3s linear;-moz-animation: MenuSlideDown .3s linear;-ms-animation: MenuSlideDown .3s linear;-o-animation: MenuSlideDown .3s linear; -webkit-animation: MenuSlideDown .3s linear; box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.2);}
    
@-webkit-keyframes MenuSlideDown {
0% {top:-48px;}
100% {top:0px;}
}
@keyframes MenuSlideDown {
0% {top:-48px;}
100% {top:0px;}
}
/** Navigation CSS End **/

/*Slider Main*/
.slider_main{padding:0; background-image:url(/wp-content/uploads/2024/05/slider_bg.jpg); background-position: center; background-repeat: no-repeat; background-size: contain; background-attachment: fixed;}
#mainSlider .slick-slide img {display: block; width: 100%; height: auto;}
.col_right .slider_shape{position:absolute; left:7px; bottom:-3px; width:100%; height:75%; background:#b7dcf3; z-index:1;}
mainSlider img{width:100%; height:auto;}
.left_content h6 {text-align: left; font-size: 55px; font-weight: bold; color: #005696;}
.left_content h4 {text-align: left; font-family: "Raleway", sans-serif; text-align: left; font-weight: 600; text-transform: none; margin: 15px 0; font-size: 48px; word-spacing: normal;}
.left_content h4 span {background: #b7dcf3; padding: 2px 10px; color: #000;}
.left_content p {font-size: 23px; line-height: 35px; font-weight:300;}
.left_content ul {display: flex; gap: 15px;}
.left_content ul li:not(.left_content ul li:first-child) a{font-weight:600; font-family: "Roboto", sans-serif;}
.left_content ul li:first-child a {font-family: "Roboto", sans-serif; font-weight:500;}
.left_content ul li a .fa{font-size:19px; position: relative; display: inline-block;}
.left_content ul li a:hover .fa{  -webkit-animation-name: buzz-out-on-hover; animation-name: buzz-out-on-hover; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1;}
.common_slider .slick-slide {padding: 0 15px;}
.common_slider{margin: 0 -15px;}
.common_slider .slick-arrow{cursor: pointer; position: absolute; top: 35%; width: 35px; height: 35px; text-align: center; line-height: 30px; font-size: 25px; border-radius: 50%; border: 1px solid #ccc;}
.common_slider .fa-angle-left{left: -35px;}
.common_slider .fa-angle-right{right: -35px;}
.common_slider .fa-angle-left:before{font-family: FontAwesome; content:'\f104';}
.common_slider .fa-angle-right:before{font-family: FontAwesome; content:'\f105';}
#mainSlider{overflow: hidden; margin: 0; position: relative; z-index: 9;}
#mainSlider .slick-slide {padding: 0;}
#mainSlider .slick-arrow{-moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s; z-index: 9; background: #fff; top: 50%;}
#mainSlider .slick-arrow:before{color:#000;}
.d-none{display:none;}

@-webkit-keyframes buzz-out-on-hover {
10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); }
100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}}

@keyframes buzz-out-on-hover {
10% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
20% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
30% {-webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
40% {-webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
50% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
60% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
70% {-webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
80% {-webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
90% {-webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
100% {-webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}}
/*Slider Main*/

/*Section A Start*/
.section_a{padding-top:150px; position:relative;}
/* .section_a:before {content:''; background-image: url(/wp-content/uploads/2024/05/shape1.jpg); background-repeat: no-repeat;background-position: left top;background-size: cover;} */
.heading .sub_title {text-align: center; display: block; font-weight: 500; text-transform: uppercase; display:block; margin-bottom:10px;}
.heading p {max-width:750px; width:100%; margin:10px auto 0 auto; text-align:center;}
.service_box {padding: 25px; border-radius: 25px; border: 2px dashed #005696; margin-top: 30px; position:relative; z-index:9; overflow:hidden; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; transition: all 1s ease 0s;}
.service_box:before{content:''; position:absolute; left:0; right:0; margin: 0 auto; background:#005696; height:50px; width:50px; border-radius:100%; top: 65px; z-index: -1; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.service_box .serv_icon {text-align: center; margin: 0 auto; background: #005696; width: 112px; height: 112px; line-height: 112px; border-radius: 50%;  border:2px solid transparent; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.service_box h6 { font-family: "Raleway", sans-serif; font-size: 22px; margin: 10px auto; font-weight: 700; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.service_box p {text-align: center; font-size: 17px; font-weight: 500; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.shape {position: absolute; width: 100%; height: auto; top: 0; left: 0; z-index:-1;}
.shape img {width: 100%; height: auto;}
.service_box:hover h6, .service_box:hover p{color:#fff;}
.service_box:hover .serv_icon{border:2px solid #fff;}
.service_box:hover{border-style:solid;}
.service_box:hover:before{transform:scale(11);}
/*Section A End*/

/*Section B Start*/
.section_b{background:#005696; padding:0;}
.seo_service {display: grid; grid-template-columns: 1fr 1fr; width: 100%;}
.seo_box h6 {font-family: "Raleway", sans-serif; font-size: 20px; margin: 10px auto; text-align: left; color: #fff; font-weight: bold;}
.seoImage img {width: 100%; height: auto;}
.seo_service li{padding:25px; color:#fff;}
.seo_service li:not(.seo_service li:nth-child(2),.seo_service li:nth-child(4)) {border-right: 2px dashed #5882ae;}
.seo_service li:not(.seo_service li:nth-child(1),.seo_service li:nth-child(2)) {border-top: 2px dashed #5882ae;}
.seo_service li:hover img{animation: key1 .3s ease infinite alternate;}
@-webkit-keyframes key1{0% {-webkit-transform: translateY(0px);transform: translateY(0px);} 100% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}}@keyframes key1{0% {-webkit-transform: translateY(0px);transform: translateY(0px);} 100% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}}
/*Section B End*/


/*Section C Start*/
.section_c{position:relative;}
.section_c .shape_2{position:absolute; right:0; top:0; z-index:-1;}
.section_c h2{margin-bottom:15px;}
.row.flow_row {margin-top: 60px;}
.web_flow {position:relative; padding: 25px;}
.web_flow .h_line{width:2px; height:150px; display:block; background:#005696; position:absolute; right: 0; top: 174px;}
.web_flow .h_line:before{content:''; width:18px; height:18px; background:#005696; border-radius:50%; display: block; position: absolute; left: -8px; bottom: 0; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s; }
.web_flow span {width: 86px; height: 86px; line-height: 86px; display: block; border-radius: 50%; border: 3px solid #005696; text-align: center; font-size: 40px; font-weight: 600; color: #c0c0c0; display:block; position:relative; overflow:hidden;  -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s;-o-transition:all 0.8s ease 0s;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s  ease 0s;}
.web_flow span:before{content:''; background:#005696; width:100%; height:100%; border-radius:50%; position:absolute; left:0; right:0; z-index:-1; display:block; -moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s;-o-transition:all 0.8s ease 0s;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s  ease 0s; transform: translateY(100px);}
.web_flow:hover span:before{transform: translateY(0px);}
.web_flow:hover span{color:#fff;}

.web_flow h6 {text-align: left; font-size: 25px; font-family: "Raleway", sans-serif; font-weight: bold; margin: 12px 0;}
.flow_row .col-xl-4:nth-child(2) .web_flow{margin-top:70px;}
.flow_row .col-xl-4:nth-child(3) .web_flow{margin-top:140px;}
.flow_row .col-xl-4:nth-child(3) .h_line{display:none;}
.web_flow:hover span{animation: pulse-animation 2s infinite;}
@-webkit-keyframes pulse-animation {0% {-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);} 100% {-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);}}
@keyframes pulse-animation {0% {-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);} 100% {-webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);}}


/*Section C End*/

/*Section D Start*/
.section_d {background: #eef6fb; position:relative;}
.section_d::before {display:none; content: ''; background-image: url(/wp-content/uploads/2024/05/shape3-1.png); width: 100%; height: 244px; position: absolute; left: 0; bottom: 0; background-repeat: no-repeat; background-size: cover;}
.section_d .heading{margin-bottom:30px;}
.portfolio { display: grid; grid-template-columns: 1fr 1fr; gap: 30px;}
.portfolio figure {display: flex; justify-content: end;}
.portfolio .content{margin-top:40px;}
.portfolio .content h6 {text-align: left; font-size: 25px;}
.portfolio .content p{margin:20px 0;}
.portfolio .content ul{display:flex; gap:15px;}
.portfolio .content ul li span{width:45px; height:45px; line-height:45px; display:inline-block; border-radius:50%; border:2px solid #005696; text-align:center;}
#portfolio .slick-arrow{background:#fff;}
#portfolio .slick-arrow::before{color:#000 !important;}
#portfolio .portfolio figure{max-width: 550px;}
#portfolio .portfolio figure img{width:100%; height:auto;}

/*Section D End*/

/*Section E Start*/
.adword_box {display: grid; grid-template-columns: 1fr auto;}
.adword_box:last-child{margin-bottom:0;}
.adword_box figure { width: 70px; height: 70px; background: #005696; text-align: center; line-height: 70px; border-radius: 50%; margin-right: 20px;}
.adword_box .content h6 {text-align: left; font-size: 18px; margin-bottom: 15px;}
.adword_box .content p {font-size: 15px; margin: 0;}
.section_e .heading p{margin-bottom:60px;}
.ad_wrapper {height:475px; align-content: space-between; display: flex; flex-wrap: wrap; position:relative;}
.ad_wrapper:before{content:''; width:2px; height:400px; display:block; background:#005696; position:absolute; left: 32px; top: 0; z-index: -1;}
/*Section E End*/

/*Section F Start*/
.section_f {position:relative;}
.heading_f {margin-top: 120px; color: #fff; margin-bottom: 60px;}
.heading_f h3{color:#fff;}
.heading_f h3 span{color:#95d0fb;}
.shape_4 {position: absolute; width: 100%; height: auto; left: 0; top: 0; z-index:-1;}
.shape_4 img {width: 100%; height: 990px;}
.rank_box{margin-top:70px; width: 100%; position: relative; padding:0 50px;}
.mobile_image{position: relative;}
.mobile_image .hr { width: 275px; background: #fff; height: 1px; position: absolute; right: 0; top: 50%;}
.mobile_image .left_hr.hr1 {top: 192px; transform: rotate(40deg); left: -171px;}
.mobile_image .left_hr.hr2 {max-width: 200px; left: -128px;}
.mobile_image .left_hr.hr3 {top: inherit; transform: rotate(-40deg); left: -171px; bottom: 191px;}
.mobile_image .right_hr.hr4 {top: 192px; transform: rotate(-40deg); right: -171px;}
.mobile_image .right_hr.hr5 {max-width: 200px; right: -128px;}
.mobile_image .right_hr.hr6 {top: inherit; transform: rotate(40deg); right: -171px; bottom: 191px;}
.mobile_image .hr:before{content:''; position:absolute; width:10px; height:10px; background:#fff; border-radius:50%; left: 0; top: -5px;}
.mobile_image .right_hr::before{left:inherit; right:0;}
.mobile_image .left_hr{right:inherit; left:-175px;}
.right_rank_box {display: flex; flex-wrap: wrap; width: 100%; justify-content: right; max-width: 240px; float: right;}
.rank_box span{display:block; text-align:left; color:#fff; margin-top: 15px;}
.mobile_image{text-align:center;}
/*Section F End*/


/*Section G Start*/
.section_g{padding-top:0;}
.local {display: grid; grid-template-columns: 1fr 1fr; position:relative; overflow:hidden; border-radius:15px; background: linear-gradient(to bottom,  #015697 0%,#005596 11%,#055d9d 22%,#045c9c 23%,#0d65a5 34%,#0e65a8 34%,#0e66a6 35%,#1067aa 36%,#1168ab 37%,#136aad 41%,#1f78bc 52%,#217abc 55%,#237cc0 56%,#217dc0 57%,#338ed4 75%,#318ed3 75%,#3c99de 90%,#3c99df 100%); margin-top:30px;}
.local_left{padding:60px 35px; color:#fff;}
.local_left h4{text-align:left; color:#fff; margin-bottom:30px; font-size:30px;}
.local_left p{font-size:17px; line-height:28px;}
.local_right img{width:100%; height:auto;}
/*Section G End*/

/* Seaction H Start */
.section_h{padding-top:0;}
#sliderThree{position: relative; margin-top: 30px;}
#sliderThree .slick-arrow{top: 40%;}
.reviewBox {padding: 20px; border: 1px solid rgba(226, 36, 26, 0.50); border-radius: 25px;  background: #fff;}
.reviewBox .avatarIcon{width: 60px; height: 60px; min-width: 60px; line-height: 60px; margin-right: 10px; border-radius: 50%; overflow: hidden; display: inline-block; text-align: center; border-radius: 50%; font-size: 25px; color: #fff;}
.reviewBox .avatarIcon img{width: 100%; height: auto;}
.avatar{display: flex; align-items: center; justify-content: space-between;}
.star_list{margin: 5px 0; display:flex;}
.star_list li{margin-right: 5px; color:#57e32c; font-size: 16px;}
.reviewBox h6{font-size: 18px; color: #000; text-align: left;}
.reviewBox span{font-size: 13px;}
.reviewBox p b{font-size: 18px; display: block; margin-bottom: 5px;}
.reviewBox p{margin: 0; font-size: 16px;}
.avatar_left{display: flex; align-items: center;}
.reviewBox p a{color: #e2231a; position: relative; font-style: italic; font-weight: 600; }
.reviewBox p a::after{content: ''; width: 0px; height: 2px; background: #e2231a; position: absolute; left: 0; bottom: 0; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out;-o-transition:all 0.8s ease-in-out;-webkit-transition:all 0.8s ease-in-out; transition:all 0.8s  ease 0s;}
.reviewBox p a:hover::after{width: 100%; left: inherit; bottom: 0; right: 0;}
/* Seaction H End */

/* Blog */
.section_i {background: #f7f7f7;}
.blog-box{margin-top:30px;}
.blog-title {font-family: 'Roboto'; font-size: 20px; text-align: left; margin: 15px 0 10px 0;}
.blog-title a{color:#000;}
.blog-top figure{position:relative; overflow:hidden; border-radius:15px;}
.blog-top figure img{-moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.blog-box:hover figure img{transform:scale(1.1);}
aside.blog-bottom a {color: #000000;font-size: 16px;display: inline-block;line-height: 25px;font-weight: 700; text-transform: capitalize; position: relative; z-index: 1;}
aside.blog-bottom a::before{content: ''; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; z-index: -1; background: #0d5f9b; transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -moz-transition:  all .4s ease-in-out; -o-transition:  all .4s ease-in-out; -ms-transition:  all .4s ease-in-out; text-decoration: none;}
aside.blog-bottom a::after{content: ''; position: absolute; width: 0%; height: 1px; top: 0; left: 0; z-index: -1; background: #0d5f9b; transition:  all .4s ease-in-out; -webkit-transition:  all .4s ease-in-out; -moz-transition:  all .4s ease-in-out; -o-transition:  all .4s ease-in-out; -ms-transition:  all .4s ease-in-out; text-decoration: none;}
aside.blog-bottom a:hover::after{width: 100%; left: inherit; right: 0; }
aside.blog-bottom a:hover::before{width: 0%; left: inherit; right: 0; }
/* Blog */

/*Section Contact Start*/
.contact_form {padding: 60px 70px; border: 5px solid #005696; border-radius: 25px;}
.contact_form .form-control {background: #f4f4f4; height: 50px; border: 0; padding: 10px 15px; border-radius: 7px; margin-bottom: 30px;}
.contact_form textarea.form-control {height: 150px; resize: none;}
.contact_form .wpcf7-submit {background-color: #005696; font-size: 16px; padding: 10px 30px;}
.contact_form .wpcf7-submit:hover,
.contact_form .wpcf7-submit:focus {background-color:#fff; color:#000 !important; border: 2px solid #005696 !important;}
.another ul {display: flex; justify-content: space-around;}
.another ul li a{color: #000; display: flex;}
.another ul li span b{display: block; color: #005696;}
.another ul li a .fa{color: #808080; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.another ul li:hover a .fa{color: #005696;}
.another ul li a .fa-mobile {font-size: 73px;}
.another ul li a .fa-envelope{font-size: 59px;}
.another ul li a span {display: block; align-content: center; margin-left: 15px; color: #000; font-size: 20px; font-family: 'Roboto'; font-weight: 500;}
.another h5 {margin: 30px auto 20px auto; font-size: 30px;}
.social_media {display: flex; justify-content: center;}
.social_media li {padding: 0 7px;}
.social_media li span{font-weight:600;}
.social_media li a {width: 26px;height: 26px;display: block;overflow: hidden;}
.social_media li a img{-moz-transition:all 0.8s ease 0s; -ms-transition:all 0.8s ease 0s;-o-transition:all 0.8s ease 0s;-webkit-transition:all 0.8s ease 0s; transition:all 0.8s  ease 0s;}
.social_media li a:hover img{transform:translatey(-27px);}
.social_bottom {border-top: 2px dashed #000; padding-top: 20px; margin-top: 20px;}
.footer_bottom{background:#005696; padding:15px 0; text-align:center;}
.footer_bottom p{margin-bottom:0; color:#fff; font-family: 'Roboto';}
.heading_j{margin-bottom:40px;}
.wpcf7-spinner{position:absolute !important;}
.wpcf7-not-valid-tip{font-size:12px !important; position: absolute; width: 100%; left: 0; bottom: -25px;}
.wpcf7-response-output{display:none !important;}
.wpcf7-form-control-wrap{display:block;}
/*backtop*/
.backtop .fa{font-size: 20px; color: #fff; border: 1px solid #ccc; background:#005696; height: 40px; width: 40px; line-height:35px; border-radius:50%; text-align: center;  -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s; transition:all 0.5s  ease 0s;}
.backtop .fa:hover{background:  #fff; border-color: #005696; color: #000000;}
#toTop{position: fixed;bottom: 10px;right: 10px;cursor: pointer; right: 10px; z-index:999; transition: all 0.5s ease;}
/*backtop*/

.adword_box figure{-moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s; transition:all 0.5s  ease 0s;}
.adword_box:hover figure{transform:rotate(360deg);}
/*Section Contact End*/

.blog_box figure {overflow:hidden; position:relative; margin-bottom:15px; -webkit-transition:0.5s all; -o-transition:0.5s all; transition:0.5s all;
  border-radius: 25px; border: 1px solid #ccc;}
.blog_box figure img {width: 100%; height: auto; min-height: 300px; max-height: 300px; -webkit-transition:0.5s all; -o-transition:0.5s all; transition:0.5s all;}
.blog_box:hover figure {box-shadow:rgba(0,0,0,.15) 0 5px 15px,rgba(0,0,0,.25) 0 5px 15px;}
.blog_box:hover figure img {transform:scale(1.1);}
.blog_box h6 {text-align:left; margin-bottom:0; font-size:22px; text-transform:capitalize; margin-top:30px;}
.blog_box h6 a {color:#000;}
.blog_box hr {border-top:2px solid #b1e5e7; width:60px; margin:10px 0;}
.blog_box .post {margin-bottom:5px; font-weight:700; font-size:14px; line-height:24px;}
.blog_box .post a {color:#000;}
.blog_box .post a:hover {text-decoration:underline!important;}
.blog_box.details {width: 100%;}
.main_blogs-details .blog_box figure{box-shadow:none;}
.main_blogs-details .blog_box figure img {min-height: inherit; max-height: inherit; transform:inherit !important;}
.recent_post h6 {font-size:25px; text-align:left; margin-bottom:10px;}
.recent_post ul li a {color:#000; padding:10px 0; display:block; border-bottom:1px solid #ccc; position:relative; font-size:14px;}
.recent_post ul li a::before {content:''; position:absolute; left:0; top:0; height:100%; width:2px; transform:scaleY(0); background:#005696; -moz-transition:all 0.5s ease 0s; -ms-transition:all 0.5s ease 0s; -o-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; }
.recent_post ul li:hover a:before {transform:scaleY(1);}
.recent_post ul li:hover a {padding-left:15px;}
.recent_post ul li:last-child a {border:0;}
.inner_blog .blog_box p {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -moz-line-clamp: 2; -moz-box-orient: vertical; -ms-line-clamp: 2; -ms-box-orient: vertical; -o-line-clamp: 2; -o-box-orient: vertical; line-clamp: 2; box-orient: vertical;}

/*Portfolio*/
.bg_grey{background: #eef6fb;}
.inner-page {padding: 50px 0 0 0;}
.inner-page .entry-title {text-align: left; margin-bottom: 20px;}
.inner-page p {font-family: "Roboto", sans-serif; font-weight: 400; font-size: 16px;}
.pro_text h2,.pro_text h3 {margin-bottom: 15px; text-align: left; font-size: 30px;}
.first_row .pro_text h2,
.first_row .pro_text h3{ margin-top:25px;}
.tools {display: flex; gap: 15px; justify-content: space-between;} 
.tools li{text-align: center;}
.tools li .toolImage{background-position: 0 0; background-repeat: no-repeat; background-size: contain; width: 35px; height: 35px; display: inline-block;}
.tools li .figma{background-image: url(/wp-content/uploads/2024/05/figma.png);}
.tools li .photoshop{background-image: url(/wp-content/uploads/2024/05/photoshop.png);}
.tools li .illustrator{background-image: url(/wp-content/uploads/2024/05/illustrator.png);}
.tools li .html{background-image: url(/wp-content/uploads/2024/05/html.png);}
.tools li .css{background-image: url(/wp-content/uploads/2024/05/css.png);}
.tools li .javascript{background-image: url(/wp-content/uploads/2024/05/js.png);}
.tools li .jquery{background-image: url(/wp-content/uploads/2024/05/jquery.png);}
.tools li .php{background-image: url(/wp-content/uploads/2024/05/php.png);}
.tools li .wordpress{background-image: url(/wp-content/uploads/2024/05/wordpress.png);}
.tools li b {display: block; font-size: 13px; font-weight: 500; text-transform: capitalize;}
.tools li .html + b,
.tools li .css + b,
.tools li .php + b{text-transform:uppercase;}
.project_duration {display: grid; align-items: center; font-family: "Roboto", sans-serif; gap: 15px; grid-template-columns: 1fr 1fr 1fr; text-align: center;}
.project_duration li {display: inline-block; border: 2px dashed #005696; padding: 15px 15px 5px 15px; border-radius: 10px;}
.project_duration li span {display: block; text-align: center; font-size: 40px; font-weight: 400; margin-bottom: 5px;}
.cstm_tab ul{display: flex; justify-content: space-between; width: 100%; position:relative;}
.cstm_tab ul:before{content:''; border-top: 2px dashed #005696; position:absolute; top:85px; right:0; width:100%; height:100%;}
.cstm_tab ul li{position:relative;}
.cstm_tab ul li a{background: transparent !important; padding: 0; display:block; pointer-events: none; cursor: default;}
.cstm_tab ul li a figure{width: 80px; height: 80px; border-radius: 50%; padding: 20px; border: 1px solid #cccccc82 !important; margin: 0 auto; text-align: center; box-shadow: 0 4px 10px #eaf7ff,0 0 0 10px #fff; border: 1px solid #f2f2f2; background: linear-gradient(146deg,#f1f1f1 0,#fff 30.72%,#eeebeb 100%); position: relative; z-index: 9; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.cstm_tab ul li a figure:before{content:''; transform: scale(0); width:100%; height:100%; position:absolute; left:0; top:0; background:transparent; border-radius:50%; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.cstm_tab ul li a figure img{width: 100%; height: auto; opacity: 0.6; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.cstm_tab ul li a span{display: block; text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #5d5d5d; -moz-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease 0s;}
.cstm_tab ul li.active a figure:before,
.cstm_tab ul li a:hover figure:before{background:#005696; transform: scale(1);}
.cstm_tab ul li a:hover figure img,
.cstm_tab ul li.active a figure img{opacity: 0.9; -webkit-filter: invert(100%); filter: invert(100%);}
.pro_three h3, .pro_five h3{margin-bottom:30px;}
.pro_four h3.four-title{margin-bottom:65px;}
.questions{line-height:40px; font-size:18px;}
.beforeImage{max-height: 350px; overflow: hidden; transition: max-height 1.5s ease-in-out;}
.beforeImage.expanded {max-height: inherit}
.beforeImage.expanded + .imgButton .expand_link,
.beforeImage + .imgButton .expand_link:hover{color: #000; border: 2px solid #005696 !important;}
.beforeImage.expanded + .imgButton .expand_link::before{width:100%;}
.beforeImage + .imgButton .expand_link{color:#fff;}
.before_text{text-align:center; position:relative;}
.before_text span {display: inline-block; margin: 0 50px; font-size: 20px;}
.before_text img {width: 100%; max-width: 70px; height: auto; position: absolute; left: 0; right: 0; top: -36px; margin: 0 auto; transform: rotate(-5deg);}
.imgButton {text-align: center; margin-top: 30px;}
.clientImage img {width: 100%; height: auto; border-radius: 15px;}
.clientImage {position: relative; padding: 0px; z-index:9;}
.clientImage:before{content:''; border: 2px solid #005696; width:100%; height:100%; display:block; position: absolute; left: 9px; top: 9px; border-radius: 15px; z-index: -1;}
.clientReview h6 {text-align: left; font-size: 30px;}
.clientReview span {display: inline-block; padding: 2px 10px; background: #005696; color: #fff; border-radius: 5px; margin: 15px 0;}
.client {display: flex; width: 100%; align-items: center; flex-wrap: wrap;}
.possible{margin-top:20px;}
.inner_port {position: relative; overflow: hidden; border: 1px solid #e1e1e1; box-shadow: 0 24px 50px 0 rgba(0,0,0,.1); border-radius:25px;}
.inner_port .port_content h6 {text-align: left; font-size: 20px; margin: 0 0 10px 0;}
.inner_port .port_content h6 a{color:#000;}
.inner_port .port_content {padding: 15px 15px 10px 15px; display: flex; justify-content: space-between;}

/*Inner Top CSS Start*/
.inner-top{padding:0; position:relative; z-index:9;}
.feature-top{position: relative; max-height: 400px; overflow: hidden; z-index: 1;}
.feature-top::before{ content:''; position: absolute; left: 0; top: 0; background-color:rgba(0, 0, 0, 0.70); width: 100%; height: 100%; }
.feature-top img{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; z-index: 0;}
.inner-top .heading{position: absolute; text-align: center; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.inner-top .heading h1{color: #fff; font-weight: 600; position: relative; font-size: 40px;}
.inner-top svg {display: block; position: absolute; left: 0; top: 0; width: 100%; z-index:1;}

/*Inner Top CSS End*/
.page-template-portfolio{display:block !important;}
.aioseo-html-sitemap h4{text-align: left; margin-bottom: 10px; font-size: 30px;}
.aioseo-html-sitemap ul:not(.aioseo-html-sitemap ul ul){list-style: none; line-height: 30px; padding: 20px; border: 1px solid #ccc; border-radius: 15px;}
.aioseo-html-sitemap ul ul{padding-left:15px}
.aioseo-html-sitemap ul li a{color:#000; font-weight:600;}
.aioseo-html-sitemap ul li a:hover{color:#005696; padding-left:10px;}
.error404 header#nav-sticky{display:none;}
.error_page{text-align:center; padding:100px 0;}
.error_page .page-header {padding-bottom: 0; margin:0; border-bottom: 0;}
.error_page .page-title{font-size: 150px; font-family: 'Roboto', sans-serif;}
.error_page span{font-size: 30px; display: block; font-weight: 600; color: #005696; margin-bottom: 15px;}
.thanks_box{text-align:center; margin-top:150px;}
.thanks_box .fa {font-size: 100px;}
.thanks_box p{font-size:20px;}

/*About Us*/
.imageBox{max-width:550px; width:100%; float: left; margin: 0 20px 10px 0; position: relative; overflow: hidden; border-radius: 15px;}
.lSAction > a{-webkit-filter: grayscale(1) invert(1); filter: grayscale(1) invert(1);}
.lg-outer #lg-share,.lg-toolbar .lg-download {display:none !important;}
.imageBox .lSPager.lSGallery {display: none;}
.abt_content h2 {text-align: left; font-size: 35px;}
.abt_content h3 {text-align: left; font-size: 22px; margin: 15px 0;}
.total p{color: #fff;}
.total p span {font-size: 150px; display: inline-block; line-height: normal; font-weight: 900; color: #fff;} 
.total p span sup {font-weight: 300; color: #fff;}
.total aside{font-size:35px;}
.inner_counter {background: #005696; padding-top:50px;}
.counter-show{display: flex; list-style: none; justify-content: space-between; flex-wrap: wrap;}
.counter-show .counter {position: relative; text-align: center; color: #fff;}
.counter-show .counter:nth-child(even){margin-top: 150px;}
.counter-show .counter:after{content:''; display:block; background:#fff; width:50%; height:2px; margin:0 auto;}
.counter-show .count-number {font-size: 35px; font-weight: 900; position:relative;}
.counter-show .count-number:after{content:'%';}
.counter-show li:first-child .count-number:after{display:none;}
.counter-show li:nth-child(4) .count-number:after{content:'+';}
.about_left b {display: inline-flex; font-weight: normal;}
.about_content{margin-top:15px;}
.ally_left h2 {font-size: 45px; text-align: left; margin-bottom: 10px; max-width: 320px; float: left;}
.value_box {display: grid; gap: 30px;}
.value_box figure {width: 86px; height: 86px; min-width:86px; line-height: 80px; margin-right: 15px; display: block; border-radius: 50%; border: 3px solid #005696; text-align: center; font-size: 40px; font-weight: 600; color: #c0c0c0; display: block; position: relative; overflow: hidden; -moz-transition: all 0.8s ease 0s; -ms-transition: all 0.8s ease 0s; -o-transition: all 0.8s ease 0s; -webkit-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s;}
.value_box{margin-top:20px;}
.value_box figure img {width: 50px; height: auto;}
.value_box li {display: flex;}
.value_box li h6 {font-size: 20px; text-align: left; margin-bottom: 12px; font-weight: 700;}
.value_box li:hover figure:before{transform: translateY(0px);}
.dual_box {display: flex; align-items:center; margin-top:50px;}
.dual_box li:nth-child(1){width:60%;}
.dual_box li:nth-child(2){width:40%; margin:0 0 0 -70px;}
.dual_box li img {width: 100%; height: auto; border-radius: 50px;}
.dual_box li:nth-child(2) img {min-width: 500px; border: 10px solid #fff;}
.inner_review{padding-top: 50px; background: #edf6fd;}
.value_box .wow {border: 2px solid #ccc; padding: 20px 20px 10px 20px; border-radius: 15px;}
.value_box .wow ul li{position:relative; z-index:9; line-height: 30px;}
.value_box .wow ul li:before{font-family: FontAwesome; content: "\f0a4"; margin-right:10px;}
