/*@font-face {
    font-family: Helvetica Neue LT Std;
    font-weight: bold;
    src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold.otf") format("opentype");
}*/

@font-face {  font-family: 'Noto Sans JP';  font-weight: 250;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-Thin-250.otf') format('opentype');}
@font-face {  font-family: 'Noto Sans JP';  font-weight: 300;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-Light-300.otf') format('opentype');}
@font-face {  font-family: 'Noto Sans JP';  font-weight: 400;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-400.otf') format('opentype');}
@font-face {  font-family: 'Noto Sans JP';  font-weight: 500;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-Medium-500.otf') format('opentype');}
@font-face {  font-family: 'Noto Sans JP';  font-weight: 700;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-Bold-700.otf') format('opentype');}
@font-face {  font-family: 'Noto Sans JP';  font-weight: 900;  font-style: normal;  src: url('../fonts/nato-sans-jp/Noto-Sans-JP-Black-900.otf') format('opentype');}


@font-face {  font-family: 'Inter';  font-weight: 100;  font-style: normal;  src: url('../fonts/inter/Inter-Thin-BETA.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 100;  font-style: italic;  src: url('../fonts/inter/Inter-ThinItalic-BETA.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 200;  font-style: italic;  src: url('../fonts/inter/Inter-ExtraLightItalic-BETA.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 300;  font-style: normal;  src: url('../fonts/inter/Inter-Light-BETA.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 300;  font-style: italic;  src: url('../fonts/inter/Inter-LightItalic-BETA.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 400;  font-style: normal;  src: url('../fonts/inter/Inter-Regular.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 400;  font-style: italic;  src: url('../fonts/inter/Inter-Italic.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 500;  font-style: normal;  src: url('../fonts/inter/Inter-Medium.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 500;  font-style: italic;  src: url('../fonts/inter/Inter-MediumItalic.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 600;  font-style: normal;  src: url('../fonts/inter/Inter-SemiBold.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 600;  font-style: italic;  src: url('../fonts/inter/Inter-SemiBoldItalic.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 700;  font-style: normal;  src: url('../fonts/inter/Inter-Bold.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 700;  font-style: italic;  src: url('../fonts/inter/Inter-BoldItalic.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 800;  font-style: normal;  src: url('../fonts/inter/Inter-ExtraBold.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 800;  font-style: italic;  src: url('../fonts/inter/Inter-ExtraBoldItalic.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 900;  font-style: normal;  src: url('../fonts/inter/Inter-Black.otf') format('opentype');}
@font-face {  font-family: 'Inter';  font-weight: 900;  font-style: italic;  src: url('../fonts/inter/Inter-BlackItalic.otf') format('opentype');}



*{    margin: 0px;    padding: 0px;}

body{
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    font-style: normal;
    box-sizing: border-box;
	color: #5D5F72; font-weight: 400;
	font-size:18px; line-height:1.6em;   
}

h1 {  font-size: 50px; line-height: 1.1; margin-bottom: 25px; font-weight: 600; font-family: 'Noto Sans JP'; }
h2{font-size: 38px; line-height: 1.1; margin-bottom: 25px;  font-weight: 500; font-family: 'Noto Sans JP'; color: #072E39;}
h3{font-size: 26px; line-height: 1.2;color: #072E39; margin-bottom: 20px; font-weight: 600;font-family: 'Noto Sans JP'; }
h4{font-size: 16px; line-height: 1.1em; margin-bottom: 10px; font-weight: 500; color: #ffd700; font-family: 'Noto Sans JP'; text-transform: uppercase; letter-spacing: 0.025em; }
h5{font-size:18px; line-height:28px; font-weight:600; margin-bottom: 20px;  }
h6{font-size: 16px; line-height: 26px; margin-bottom: 15px; font-weight: 400; }




p {    margin-bottom: 25px;}
a{ color:#ffd700;text-decoration: none;-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease;}
a:hover {  animation: all 1000ms  ease-in;  text-decoration: none;color:#ffd700;}
p a:hover {    text-decoration: none;color:#ffd700;}


::-webkit-scrollbar {    width: 6px;  }
::-webkit-scrollbar-track {    background: #f1f1f1;   }
::-webkit-scrollbar-thumb {  background: #333;  }

.fa.fa-phone{transform: rotate(10deg);}

.navbar-expand-lg .navbar-nav .nav-link {    padding-right: 1.5rem !important;    padding-left: 1.5rem !important;}

.header{padding: 0;  width: 100%; position: absolute; z-index: 100;}
/*.header{padding: 0;position: absolute; z-index: 1; display: block; width: 100%;}*/
.container{  max-width: 1200px !important;}
.comments-area{ max-width: 1200px !important; margin: auto;}
.single-post .nav-links{max-width: 1200px !important; margin: auto;}


.navbar a{padding: 0px 0px; font-size: 15px; color: #1D1D1D;}
.navbar ul li{padding-left: 0px; padding-right: 0px;}
.navbar ul li{padding-top: 5px;padding-bottom: 5px;margin-bottom: 0px; margin-right: 18px; }
.navbar ul li:last-child{margin-right: 0;}


.navbar a:hover, .navbar .nav-link:focus {    color: #fe0000;    text-decoration: none;}
.navbar.active .nav-link {    color: #555;}

.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {    color: #555;    text-decoration: none;}
.navbar.active .navbar-brand {    color: #555;}
.navbar-expand-lg .navbar-nav{/*text-align: center;display: flex;align-items: center;justify-content: center;*/}
.navbar{    padding: 0px 0px 0px 0;/*margin-bottom: 25px;*/}
.navbar-nav{margin: 0 auto; width: 100%;}

#menu-main-menu a{ color: #fff;     letter-spacing: 0.037em; font-size: 14px;   text-decoration: none; font-weight: 500; font-family: "Inter";  }
.mainmenu-div{margin-top: 0px; margin-bottom: 0px;  position: relative; z-index: 1; padding: 0px 0px 0px 15px; }
.mainmenu-div .navbar{/*! float: right; */   display: flex; align-items: center; justify-content: end;width: 100%;}

#menu-main-menu li.current_page_item a{/*font-weight: 600;*/}
#menu-main-menu li.current_page_item a, #menu-main-menu li a:hover{color: #ffd700;}
#menu-main-menu li{position: relative;}


nav ul ul{position: absolute;  top: 40px; width: 290px; background-color: #fff; display: none; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px; padding-top: 10px; padding-bottom: 10px;}
nav ul ul:before {    content: "";    display: block;    position: absolute;    top: -7px;    left: 12px;    border-right: 7px solid transparent;    border-bottom: 7px solid #ffd700;    border-bottom-color: rgba(255, 215, 0, 1);    border-left: 7px solid transparent; z-index: 100 !important;}
nav ul li:hover ul{display: block;}
nav ul ul li{float: none !important; display: block; margin: 0 !important; padding: 0px 0 0 !important; border-width: 1px !important; border:  none;}
nav ul ul li a{padding: 5px 20px 5px !important; display: block !important; color: #000 !important;}
nav ul ul li:hover > a,
nav ul ul li.current-menu-item > a{ background-image: none !important; }

nav ul ul ul{position: absolute;  left: 250px; top: unset; width: 290px; background-color: #fff; display: none !important; z-index: 99999; text-align: left; font-size: 16px; line-height: 22px;margin-top: -38px;}
nav ul ul li:hover ul{display: block !important;}
nav ul ul li{padding-left: 0 !important; padding-right: 0 !important;}
nav ul ul li:last-child{border-bottom: none !important;}
nav ul ul li.current-menu-item a, nav ul ul li:hover a{color: #ffd700 !important;}


/*#menu-main-menu a svg{display: none;}*/

header nav.navbar li svg{display: none !important;font-size: 12px !important; width: 25px; height: 20px;  fill: #1D1D1D;font-weight: 800 !important;position: absolute;top: 20px;}
nav ul li.menu-item-has-children:after{content: '\f0d7'; font-family: 'FontAwesome';   margin-left: 6px;    color: #fff;    font-size: 12px;}




.sitelogo img {  width: auto; max-width: 100%;  height: auto;  /*z-index: 1000 !important; position: relative;*/}
.sitelogo a{color: #fff;  font-size: 18px; font-weight: 600; text-decoration: none; line-height: 24px;}
.sitelogo{margin-top: 0px;}



/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {   background: #fff;    }
    .navbar .navbar-brand, .navbar .nav-link {        color: #555;    }
}

hr {    margin-top: 1rem;    margin-bottom: 1rem;    border: 0;    border-top: 2px solid rgb(161 161 161);}
footer{  padding-top: 80px; padding-bottom: 30px; }


.pagination .next, .pagination .prev{border: 1px solid #ea0a0a; padding: 7px 15px !important; color: #ea0a0a; font-weight: 500; font-size: 12px; }
.pagination .page-numbers{border: 1px solid #ea0a0a; padding: 7px 12px; color: #ea0a0a; font-weight: 500; margin: 3px 1px; border-radius: 3px;font-size: 12px; text-decoration: none; }
.pagination .page-numbers:hover, .pagination .next:hover, .pagination .prev:hover, .pagination .page-numbers.current{background-color: #ea0a0a !important; /*background: linear-gradient(to right, #127deb 10%, #17d8eb 90%);*/ color: #fff !important;}
.pagination .next svg, .pagination .prev svg{display: none;}
.pagination .next span.screen-reader-text, .pagination .prev span.screen-reader-text{width: auto !important;height: auto;top: unset;font-size: 12px;opacity: 1;color: #ea0a0a;position: relative;display: inline-block;clip-path: unset;clip: unset;line-height: 12px;}
.pagination .next span.screen-reader-text:hover, .pagination .prev span.screen-reader-text:hover{color: #fff !important;;}
.pagination {float:none; margin-top:35px;}
.pagination .nav-links{float:none; clear:both;}
.pagination.void-grid-nav span.current, .pagination.void-grid-nav a:hover{background-color: #70b752 !important; color: #fff;}
.pagination.void-grid-nav{float: right; clear: both;margin-top: 30px;}

.post-navigation .nav-links{clear: both; width: 100%; display: block; padding: 30px 0 150px;position: relative;}
.post-navigation .nav-links .nav-next{ width: 50%; float: left; height: 30px !important; line-height: 10px !important; }
.post-navigation .nav-links .nav-previous{width: 50%; float: left; height: 30px !important; line-height: 10px !important;}
.post-navigation svg{font-size: 15px !important; width: 30px;}
.post-navigation .nav-links .nav-previous svg{float: right; margin-right: 10px;}
.post-navigation .nav-links .nav-next svg{ margin-left: 10px;}


.default-page-content{padding-top: 98px; padding-bottom:98px;}
.topbar-bottom{padding: 0 0 10px; background-color: rgba(0,0,0,0);}


#review-slider .owl-pagination{/*! display: none; */}
.fa-arrow-left::before{ color: #282828;font-size: 25px;  }
.fa-arrow-right::before{ !important; color: #282828; font-size: 25px; }
.owl-theme .owl-controls .owl-buttons div{ background-color: transparent !important;opacity: 1 !important; width: 40px; height: 40px; border-radius: 50%; margin: 25px 20px 0 !important;}
.fa-circle::before{display: none;}
.owl-theme .owl-controls .owl-buttons div:hover{opacity: 0.7 !important;}

.middle-content-row{align-items: center; /* justify-content: center;*/}
.row-col-center{justify-content: center;}
.backgroundbg{background-size:cover; background-repeat:no-repeat;}

.single .post-thum-img img{height: auto; width:100%;}
.post-title-cls h1{font-size: 36px;line-height: 1.1;margin-bottom: 25px;color: #072E39;}
.post-row-content h2{font-size: 30px; line-height: 1.1;}
.post-row-content h3{font-size: 22px; line-height: 1.2;}



.single-post nav.navigation{display: none;}
.single-post .wrap{/*padding-bottom: 60px;*/}

img.fullsize{width: 100%;}
img.fullsize1{max-width: 100%;}

.p-t-125{padding-top:125px;}
.p-b-125{padding-bottom:125px;}
.m-t-125{margin-top:125px;}
.m-b-125{margin-bottom:125px;}
.m-t-150{margin-top:150px;}
.m-b-150{margin-bottom:150px;}

.p-t-280{padding-top:280px;}
.p-b-280{padding-bottom:280px;}
.p-t-150{padding-top:150px;}
.p-b-150{padding-bottom:150px;}
.p-t-110{padding-top:110px;}
.p-b-110{padding-bottom:110px;}
.p-t-98{padding-top:98px;}
.p-b-98{padding-bottom:98px;}
.p-t-60{padding-top:60px;}
.p-b-60{padding-bottom:60px;}
.p-t-30{padding-top:30px;}
.p-b-30{padding-bottom:30px;}

.m-t-98{margin-top:98px;}
.m-b-98{margin-bottom:98px;}
.m-t-60{margin-top:60px;}
.m-b-60{margin-bottom:60px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}



.proPopupImg {  display: none;   position: fixed;   z-index: 1;   padding-top: 100px;   left: 0;  top: 0;  width: 100%;   height: 100%;   overflow: auto;   background-color: rgb(0,0,0);   background-color: rgba(0,0,0,0.9); }
.proPopupImg-content {  margin: auto;  display: block;  width: auto;  max-width: 700px;}
#caption {  margin: auto;  display: block;  width: 80%;  max-width: 700px;  text-align: center;  color: #ccc;  padding: 10px 0;  height: 150px;}
.proPopupImg-content, #caption {    -webkit-animation-name: zoom;  -webkit-animation-duration: 0.6s;  animation-name: zoom;  animation-duration: 0.6s;}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}
@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.close {  position: absolute;  top: 15px;  right: 35px;  color: #f1f1f1;  font-size: 40px;  font-weight: bold;  transition: 0.3s;}
.close:hover,.close:focus {  color: #bbb;  text-decoration: none;  cursor: pointer;}
@media only screen and (max-width: 700px){
  .proPopupImg-content {
    width: 100%;
  }
}

.faqBox{margin-top: 45px;}
.accordionjs .acc_section {    box-shadow: 0 0 12px #c5c4c4 !important;    background-color: #edf8fe !important;    border-radius: 0px !important;}
.accordionjs .acc_section.acc_active {   background-color: #fff !important;}
.accordionjs .acc_section .acc_head {    position: relative !important;}
.accordionjs .acc_section .acc_head:after {    content: "+";    display: block;    position: absolute;    top: 0;    right: 0;    color: #000;    font-size: 20px;  font-weight: 400;}
.accordionjs .acc_section.acc_active .acc_head:after {    content: "-"; font-size: 24px;}
.accordionjs .acc_section .acc_head h5 {  margin: 0;    padding-right: 35px;    font-size: 18px;    font-weight: 500;}
.accordionjs .acc_section .acc_content {  margin-top: 5px;}




.col-middle-gap .one{padding-right: 28px;}
.col-middle-gap .two{padding-left: 28px;}
img.borderradius{border-radius:12px;}

.mobiledisplay{display:none;}


/*.sitelogo:before{content: url(../../../../wp-content/uploads/2022/08/text-bfr-img.png); position: absolute;top: -6px;margin-left: -70px;}
.sitelogo:after{content: url(../../../../wp-content/uploads/2022/08/text-aft-img.png); position: absolute;top: -6px;margin-left: 20px;}*/


.section-img img{max-width: 100%;}
.box-shadow{box-shadow: 0px 0px 28px #ddd; width: 100%; padding:70px;  display: block;}
.default-row-content{padding-top:60px; padding-bottom: 60px; }
.grayBG{background-color: #3a3a3a; color: #fff;}

.section-content ol{padding-left: 15px; margin-bottom: 25px;}
.section-content ul{ margin-bottom: 30px; padding-left: 10px;}
.section-content ul li {  padding-left: 6px; margin-bottom: 5px;}



.inner-bannr h2{color: #fff; font-size: 40px;  margin-bottom: 2px;}
.inner-bannr{position: relative;top: 40px;background-size: cover; background-position: top center;  background-repeat: no-repeat; color: #fff; padding: 240px 0 200px 0;margin-bottom: 40px;}
.inner-bannr:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,128,0.6);background-size: 100% 100%; background-position: center; background-repeat: no-repeat;}



.btn {position: relative;  display: inline-block;  position: relative;  padding: 15px 60px 15px 40px; border: 1px solid #ffd700;  color: #000;  background: #fff; border-radius: 8px;  font-size: 16px;  text-decoration: none;  overflow: hidden; margin-top: 10px;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.btn:hover{animation: all 1000ms  ease-in; color: #fff; background-color: #ffd700; border-color: #ffd700;}
.btn:before{content: "\f105";font-family: "Font Awesome 6 Free" !important; width: 20px; height: 20px; font-weight: 900; right: 0; position: absolute;}

.social-link ul{list-style: none;}
.social-link ul li{display: inline-block; border: 1px solid #fff; border-radius: 50%; width: 35px; height: 35px; text-align: center; margin-right: 5px;}
.social-link ul li:last-child{margin-right: 0;}
.social-link ul li a{color: #fff; display: block; font-size: 16px; line-height: 30px;}


.slick-dots{padding: 0 !important;}
.slick-dots li{  background-image: none !important; padding: 0 !important; margin: 0 !important;}
button.slick-arrow:before {    font-size: 30px!important;    line-height: 16px;    background: none;    height: 25px !important;    width: 25px !important;    border-radius: 50%;    display: inline-block;    line-height: 49px;    opacity: 1!important;}
button.slick-arrow:hover:before {    background: none;}
button.slick-arrow { padding: 0 !important;; background-image: none !important;  z-index: 1;  height: 15px !important;    width: 15px !important;}
button.slick-prev { }
button.slick-next {  background-position: top right;}
button.slick-prev:before {    content: url(../image/Arrow-black-pre.png);    color: #000;}
button.slick-next:before {    content: url(../image/Arrow-black.png);    color: #000;}
button.slick-disabled {    opacity: .6;}


.home-row-banner{position: relative;top: 40px;background-size: cover; background-position: top center;  background-repeat: no-repeat; color: #fff; padding: 180px 0 100px 0;margin-bottom: 40px;}
.home-row-banner:before{content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0,0,128,0.6);background-size: 100% 100%; background-position: center; background-repeat: no-repeat;}

.bnrFrm{background-color: #ffd700; padding: 35px 25px;border-radius: 10px;}
.bnrFrm h2{font-size: 26px !important; margin-bottom: 15px;}
.bnrFrm h2, .bnrFrm p{ color: #000080 !important; }
.bnrFrm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.bnrFrm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}
.bnrFrm textarea{height:100px;}
.home-row-banner .one .section-content{ color: #fff;}

.section-content ul{padding-left: 15px; position: relative;}
.section-content .ticUl ul{padding-left: 0;}
.section-content .ticUl ul li{list-style: none;background-image: url(../image/tic-img.png); background-size: 18px; background-position: top 9px left; background-repeat: no-repeat; padding-left: 30px;}
/*.home-row-banner ul li{display: inline-block; width: 48%; padding-right: 1%;}
.home-row-banner ul li strong{font-size: 20px;}*/


.home-row-banner h2{font-size: 50px; line-height:1.1;color: #fff;}
.home-row-banner ul{padding-left: 0; position: relative; padding-top: 15px;}
.home-row-banner ul li{color: #fff; margin-left: -30px;vertical-align: middle;/*! background-color: #ffd700; */display: inline-block; padding: 10px 15px 10px 35px; font-size: 23px; font-weight: 700; border-radius: 8px;}
.home-row-banner ul li a{color: #000080; margin-left: -24px;vertical-align: middle;background-color: #ffd700;display: inline-block; padding: 8px 15px 8px 35px; font-size: 18px; font-weight: 700; border-radius: 8px;}
.home-row-banner ul li{display: inline-block; width: 48%; padding-right: 1%;}
.home-row-banner ul li strong{font-size: 13px;background-color: #ffd700; border-radius: 50%;vertical-align: middle; display: inline-block; width: 60px; height: 60px; text-align: center;z-index: 100;position: relative;}
.home-row-banner ul li strong i{margin-top: 19px; font-size: 24px;}

@keyframes pulse {
	0% {		box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.7);	}
	70% {		box-shadow: 0 0 0 10px rgba(255, 204, 0, 0);	}
	100% {		box-shadow: 0 0 0 0 rgba(255, 204, 0, 0);	}
}

@keyframes bounce {
    from,20%,53%,80%,to {        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);        transform: translate3d(0, 0, 0);    }
    40%,43% {        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);        transform: translate3d(0, -30px, 0);    }
    70% {        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);        transform: translate3d(0, -15px, 0);    }
    90% {        transform: translate3d(0, -4px, 0);    }
}
@keyframes fadeInLeft {
  from {    opacity:0;    transform:translate3d(-100%,0,0);  }
  to {    opacity:1;    transform:none;  }
}
.animated.fadeInLeft {  animation-name:fadeInLeft;}
@keyframes fadeInRight {
  from {    opacity:0;    transform:translate3d(100%,0,0);  }
  to {    opacity:1;    transform:none;  }
}
.animated.fadeInRight {  animation-name:fadeInRight;}
@keyframes fadeInUp {
  from {    opacity:0;    transform:translate3d(0,100%,0);  }
  to {    opacity:1;    transform:none; }
}
.animated.fadeInUp {  animation-name:fadeInUp;}
@keyframes rotateIn {
  from {    transform-origin:center;    transform:rotate3d(0,0,1,-200deg);    opacity:0;  }
  to {    transform-origin:center;    transform:none;    opacity:1;  }
}
.animated.rotateIn {  animation-name:rotateIn;}

.animated {  /*animation-duration:1.25s;*/ animation-duration:2s;}
.animated.animated-slow {  animation-duration:2s;}
.animated.animated-fast {  animation-duration:.75s;}
.animated.infinite {  animation-iteration-count:infinite;}
.animated.reverse {  animation-direction:reverse;  animation-fill-mode:forwards;}
@media (prefers-reduced-motion:reduce) {
  .animated {    animation:none;  }
}


/* Keep element hidden before scrolling */
.animate-on-scroll {  opacity: 0;  visibility: hidden;  }
.animate-on-scroll.animated {  opacity: 1;  visibility: visible;}




.home-row-banner .one p img{max-width: 85%; margin-top: -70px;}


.whatsapps{position: fixed;  left: 22px;  z-index: 9999;  bottom: 35px;}

.faqBox{margin-top: 45px;}
.accordionjs .acc_section {    box-shadow: none !important; border-bottom: 1px solid #d5d8dc; margin-bottom: 15px !important;padding: 20px 15px 0 0 !important;   background-color: #fff !important;    border-radius: 0px !important;}
.accordionjs .acc_section.acc_active {   background-color: #fff !important;}
.accordionjs .acc_section .acc_head {    position: relative !important; padding-left: 20px; padding-right: 20px; padding-bottom: 20px;}
.accordionjs .acc_section .acc_head:after {    content: "+";    display: block;    position: absolute;    top: 0;    right: 0;    color: #000;    font-size: 20px;  font-weight: 400;}
.accordionjs .acc_section.acc_active .acc_head:after {    content: "-"; font-size: 28px;}
.accordionjs .acc_section .acc_head h3 {  margin: 0;  font-weight: 700;  padding-right: 35px;    font-size: 17px !important; line-height: 26px !important;   font-weight: 500;}
.accordionjs .acc_section .acc_content {/*background-color: #F5F5F5;*/ padding: 20px !important;  margin-top: 5px;}


.topbar-top{background-color: #fff; color: #5D5F72; padding: 7px 0; font-size: 15px;}
.topbar-top .header-top-right{padding-right: 15px;}
.topbar-top .header-top-right span:first-child{margin-right: 7px;}
.topbar-top a{color: #5D5F72;}
.topbar-top .social-link a{font-size: 14px; line-height: 25px; color: #5D5F72;}
.topbar-top .social-link li{height: 25px; width: 25px;}
.topbar-logo{padding: 10px 0;background-color: #FFFFFF1A;}
.topbar-logo .sitelogo{margin-top: 15px;}
.topbar-logo nav li.menubtn a{}

.topbar-logo nav li.menubtn a {  padding: 10px 20px; border: 1px solid #ffd700;  color: #fff;  background: #ffd700; border-radius: 35px;  font-size: 15px;  text-decoration: none;  overflow: hidden; margin-top: 10px;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
.topbar-logo nav li.menubtn a:hover{animation: all 1000ms  ease-in; color: #fff; background-color: #000080; border-color: #000080;}

.home-row-about{position: relative;}
.home-row-about:before{content: ""; display: block; width: 70%; height: 73%; top: 0; right: 0; background-color: #edf4f6; position: absolute;}
.home-row-about .one{background-color: #fff;position: relative;}
.home-row-about .one:before{content: ""; display: block; width: 70%; height: 100%; top: 0; right: -10px; background-color: #fff; position: absolute;}
.home-row-about .one .section-content{position: relative; z-index: 1;}

.serviceListMain{/*background-color: #edf4f6;*/background-color: #ffd700;border-radius: 8px; padding: 30px 25px; margin-bottom: 20px;}
.serviceListMain{display: table; width: 100%;}
.serviceListMain a{display: table-row;}
.serviceListMain a .serviceList-img{display: table-cell;  vertical-align: top;padding: 0;}
.serviceListMain a .serviceList-img img{width: 30px;margin-right: 15px;}
.serviceListMain a .serviceList-cont{display: table-cell;  vertical-align: top;padding: 0 10px;}
.serviceListMain a .serviceList-icon{display: table-cell;  vertical-align: top;padding: 0; color: #4b89f4;}
.serviceListMain h3{color: #072E39; font-size: 24px; line-height: 1; margin-bottom: 12px;}
.serviceListMain p{color: #5D5F72; font-size: 17px; line-height: 22px; margin: 0 0 5px 0;}
.serviceListMain li{color: #5D5F72; font-size: 17px; line-height: 22px; margin: 0 0 5px 0;}
.serviceListMain  ul{padding-left: 15px;}
.serviceRow .serviceHeight .section-section{height: 100%;}
.serviceRow .serviceHeight .serviceList{height: 100%;}
.serviceRow .serviceHeight .serviceListMain{height: 100%;margin-bottom: 0px;}
.serviceRow .col-cmn.serviceHeight{margin-bottom: 20px;}

/*.whychooseBoxList{display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.whychooseBoxList .whychooseBox{-ms-flex: 0 0 48%;  flex: 0 0 48%;  max-width: 48%;background-color: #40ff33; color: #000; margin-bottom: 4%; border-radius: 8px; padding: 25px;}
.whychooseBoxList .whychooseBox:nth-child(2n+1){margin-right: 2%;}
.whychooseBoxList .whychooseBox:nth-child(2n){margin-left: 2%;}
.whychooseBoxList .whychooseBox:nth-child(2){background-color: #000080; color: #ffff;}
.whychooseBoxList .whychooseBox:nth-child(2) h3{color: #fff;}
.whychooseBoxList .whychooseBox:nth-child(3){background-color: #3375ff; color: #000;}
.whychooseBoxList .whychooseBox:nth-child(4){background-color: #ffd133; color: #000;}
.whychooseBox h3{margin-top: 20px; font-size: 22px;}*/
.whychooseBoxList{display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;  flex-wrap: wrap;}
.whychooseBoxList .whychooseBox{-ms-flex: 0 0 48%;  flex: 0 0 48%;  max-width: 48%;background-color: #000080; color: #fff; margin-bottom: 4%; border-radius: 8px; padding: 25px;}
.whychooseBoxList .whychooseBox:nth-child(2n+1){margin-right: 2%;}
.whychooseBoxList .whychooseBox:nth-child(2n){margin-left: 2%;}
.whychooseBoxList .whychooseBox:nth-child(2){background-color: #ffd133; color: #000;}
.whychooseBoxList .whychooseBox:nth-child(2) h3, .whychooseBoxList .whychooseBox:nth-child(3) h3{color: #000;}
.whychooseBoxList .whychooseBox:nth-child(1) h3, .whychooseBoxList .whychooseBox:nth-child(4) h3{color: #fff;}
.whychooseBoxList .whychooseBox:nth-child(3){background-color: #ffd133; color: #000;}
.whychooseBoxList .whychooseBox:nth-child(4){background-color: #000080; color: #fff;}
.whychooseBox h3{margin-top: 20px; font-size: 22px;}

.serviceImgList img:nth-child(1){border-radius: 10px; border-bottom-right-radius: 70px;}
.serviceImgList img:nth-child(2){border-radius: 10px; border-top-left-radius: 70px;}
.home-row-whychoose .section-img{height: 100%;}
.home-row-whychoose .section-img img{border-radius: 10px; border-bottom-right-radius: 70px;height: 97%; object-fit: cover;}
.home-row-certified .section-img img{border-radius: 10px; border-bottom-right-radius: 70px;position: relative; z-index: 2;}
.home-row-certified{margin-bottom: 45px;}
.certifiedFooter {position: relative; color: #fff;padding: 30px 0 40px;top: 25px; z-index: 1;}
.certifiedFooter:before{content: "";border-radius: 10px;border-bottom-left-radius: 70px; position: absolute; display: block; width: 155%;height: 100%; top: 0; left: -55%;background-color: #000080;}
.certifiedFooter:after{content: "";position: absolute; display: block; width: 100%;height: 100%; top: 0; right: 0; background-image:url('../image/dot-accent.png');background-repeat: no-repeat; background-position: bottom 20px right 25px; z-index: 0;}
.certifiedFooterInnr{position: relative; z-index: 1;}



.testimonialsSlider{padding: 0 20px;}
.testimonialsSliderInnr{background-color: #fff;padding: 82px 32px 32px 32px; background-image: url(../image/quot.png); background-repeat: no-repeat; background-position: top 32px left 32px; box-shadow: 8px 8px 70px 0px rgba(193, 194, 207, 0.1); border-radius: 10px; text-align: left;height: 100%;}
.testimonialsSlider .slick-slide{padding: 35px 20px;}
.testimonialsSlider .slick-slide div{height: 100%;}
.testimonialsSlider .slick-slide div .testimonialsSliderInnr div{height: auto;}
.testimonialsSliderContent{}
.testimonialsSliderHead{display: table; width: 100%; padding: 10px 0;}
.testimonialsSliderHead .test-img{display: table-cell; vertical-align: middle; width: 65px;}
.testimonialsSliderHead .test-img img{width: 55px; height: 55px; border-radius: 50%; object-fit: cover;}
.testimonialsSliderHead .test-title{display: table-cell; vertical-align: middle;}
.testimonialsSliderHead .test-star{display: none;}
.testimonialsSliderHead .test-title h4{font-size: 18px; margin: 0; font-weight: 500; color: #072E39; text-transform: none; }
.testimonialsSliderContent{padding: 15px 0 0 0; font-size: 14px; line-height: 21px; color: #5D5F72;}
.home-row-testimonials{position: relative;}
.home-row-testimonials:before{content: ""; display: block; width: 62%; height: 100%; top: 0; right: 0; position: absolute;background-color: #edf4f6;}
.home-row-testimonialsHead{padding-bottom: 40px;}






.blogCol{margin-bottom: 35px;}
.blogCol .section-content{height: 100%;}
.blogCol .blogMain{height: 100%;padding-bottom: 25px;}
.blogMain .blogMain-img img{width: 100%; object-fit: cover; height: 240px; border-radius: 10px;}
.blogMain .blogMain-cont{padding: 15px 0;}
.blogMain  .blogMain-date{color: #C1C2CF;font-size: 14px; line-height: 20px;}
.blogMain h3 a{color: #072E39;}
.blogMain  h3 {  font-size: 21px;  line-height: 1.1;}



/*.serviceFrm { color: #000;  background-color: #ffd700;  padding: 35px 25px;  border-radius: 10px;}
.serviceFrm h2{font-size: 35px; margin-bottom: 15px;}
.serviceFrm h2, .serviceFrm p{ color: #000080; }
.serviceFrm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.serviceFrm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}
.serviceFrm textarea{height:200px;}
.serviceFrm input[type="text"], .serviceFrm input[type="email"], .serviceFrm input[type="tel"]{padding: 20px 15px;}
.serviceFrm .formCol{padding: 4px 0;}*/
.serviceFrm { color: #fff;  background-color: #000080;  padding: 35px 25px;  border-radius: 10px;}
.serviceFrm h2{font-size: 32px; margin-bottom: 15px;}
.serviceFrm h2, .serviceFrm p{ color: #ffff; }
.serviceFrm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.serviceFrm input[type="submit"]:hover{background-color: #fff !important; opacity: 1;color: #000 !important;}
.serviceFrm textarea{height:200px;}
.serviceFrm input[type="text"], .serviceFrm input[type="email"], .serviceFrm input[type="tel"]{padding: 20px 15px;}
.serviceFrm .formCol{padding: 4px 0;}



.contactMap iframe{width: 100%; height: 550px !important;}
.contactFrm{background-color: #fff;     box-shadow: 8px 8px 50px 0px rgba(193, 194, 207, 0.4);    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;   /* margin: -195px 0px 0px 0px;*/    --e-column-margin-right: 0px;    --e-column-margin-left: 0px;    padding: 32px 32px 32px 32px;}
.contactFrm h2{font-size: 23px; padding-right: 35px;background-position: top right; background-repeat: no-repeat; background-image: url(../image/logo-msg.png); display: inline-block;padding-bottom: 10px;}
.contactFrm form{background-color: #ffd700;  padding: 35px 25px 10px 25px;  border-radius: 10px;}
.contactFrm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.contactFrm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}

.contact-row-details .one .section-content h2{font-size: 26px;}
.contact-row-details .one .section-content h4{color: #000; font-weight: 600;padding-top: 35px;}
.contact-row-details .one .section-content, .contact-row-details .one .section-content .footer-contact-details, .contact-row-details .one .section-content .footer-contact-details i{color: #000;}
.contact-row-details .social-link a i{color: #000;}
.contact-row-details .social-link a:hover i{color: #ffd700;}
.contact-row-details .social-link ul{padding-left: 0;margin-left:  -5px;}
.contact-row-details .social-link ul li:first-child{padding-left: 0;}



.serviceLftContent .section-content{padding-right: 25px;}
.sidebarContent .section-content{padding-left: 25px;}
.sidebarContent .enqForm{background: #ffd700; padding: 35px 25px; border-radius: 15px;}
.sidebarContent .enqForm h2{ color: #fff;font-size: 22px; }
.enqForm form input[type="text"], .enqForm form input[type="tel"], .enqForm form input[type="email"], .enqForm form select, .enqForm form textarea{background-color: #fff;}
.enqForm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.enqForm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}

.othersServices{background-color: #edf4f6; padding: 35px 25px; border-radius: 25px;}
.othersServices ul{padding-left: 1px;margin-bottom: 0; }
.othersServices ul li{list-style: none; font-size: 17px; line-height: 26px; border-bottom: 1px solid #000; color: #000; background: none; padding: 10px 0;}
.othersServices ul li:last-child{border-bottom: none;}
.othersServices ul li a{color: #000; -webkit-transition: all 500ms ease;    -moz-transition: all 500ms ease;    -ms-transition: all 500ms ease;    -o-transition: all 500ms ease;    transition: all 500ms ease;}
.othersServices ul li a:hover{ animation: all 1000ms  ease-in; color: var(--bd-secondary); padding-left: 15px;}
.othersServices h2 {  font-size: 22px;}

.tagDiv {background-color: #edf4f6;  padding: 35px 25px; border-radius: 25px;}
.tagDiv h2{ font-size: 22px;}
.tagDiv .wp-block-tag-cloud{display: inline-block; margin: 5px 3px;}
.tagDiv .wp-block-tag-cloud a{-webkit-transition: all 500ms ease;    -moz-transition: all 500ms ease;    -ms-transition: all 500ms ease;    -o-transition: all 500ms ease;    transition: all 500ms ease; background-color: #ffd700;; color: #fff; padding: 8px 25px; font-size: 16px !important; line-height: 22px; margin: 3px;}
.tagDiv .wp-block-tag-cloud a:hover{ animation: all 1000ms  ease-in; background-color: #000;}



.serviceDetails-template h2{font-size: 33px;}
.serviceDetails-row-two .one h2{margin-bottom: 45px;}
.serviceDetails-frm{background: #ffd700; padding: 35px 25px; border-radius: 15px;}
.serviceDetails-frm h3{ color: #000;font-size: 22px; }
.serviceDetails-frm form input[type="text"], .serviceDetails-frm form input[type="tel"], .serviceDetails-frm form input[type="email"], .serviceDetails-frm select, .serviceDetails-frm form textarea{background-color: #fff;}
.serviceDetails-frm input[type="submit"]{background-color: #1D1D1D; width: 100%; border-radius: 7px !important; padding: 15px 20px !important; font-size: 20px !important;}
.serviceDetails-frm input[type="submit"]:hover{background-color: #000080 !important; opacity: 1;color: #fff !important;}
.serviceDetails-row-two{position: relative;}
.serviceDetails-row-two:before{position: absolute; content: ""; display: block; width: 75%; height: 100%; top: 0; left: 0; background-color: #edf4f6;}


.steps-row .wp-block-column{padding: 25px;}
.steps-row .wp-block-column h4{font-size: 23px; margin-bottom: 30px;}
.steps-row .wp-block-column.has-background h4{color: #000;}
.steps-row .wp-block-column.has-background{color: #000;}


.single-services article.services .post-title-cls{display: none;}





.footer-row-top {display: none;}
.footerPhoneCall h2{font-size: 32px;}
.footerPhoneCall p{color: #616161; font-size: 18px;}
.footerPhoneCall h3 b{color: #ff8a00; font-weight: 500;}
.footerPhoneCall h3{padding-bottom: 30px;}
.footerPhoneCall figure img{width: 120px !important;}
.footer-top-right figure.wp-block-image{max-width: 130px !important;}






footer{background-color: #072E39; color: #E7E5E5;}
footer a{color: #C1C2CF;}
footer h3{font-size: 20px; font-weight: 600; position: relative; color: #fff; margin-bottom: 25px;}
/*footer .cipi .footerTop-menu ul{column-count: 3; gap: 20px;padding-left: 35px;}*/
.listo{padding-left: 0px; list-style: none;}
.listo li{}
.footerTop-menuInnr .footerTop-menuCol{display: inline-block; vertical-align: top; width: 32%;padding-right: 1%;}
.footerTop-menuInnr .footerTop-menuCol:last-child{padding-left: 22px;}

.footerTop-menu{padding-bottom: 35px; border-bottom: 1px solid #505050;margin-bottom: 35px;}
footer .cipi ul li{margin-bottom: 4px;color: #E7E5E5;}



footer .footer-top .two{padding-left: 35px;}
footer .footer-top .one{padding-right: 35px;}
footer .footer-top .cipi{height: 100%;}

footer a:hover, footer li a:hover{color: #ffd700;}
footer h2{color: #fff;}

.footer-contact-details{display: block; width: 100%; margin-bottom: 25px;color: #E7E5E5;}
.footer-contact-details i{color: #E7E5E5;margin-right: 10px;}
.footer-contact-details span{display: table-cell; vertical-align: top;}
.footer-contact-details span:first-child{width: 25px;}

footer .social-link{margin-bottom: 25px; display: block;color: #E7E5E5;}
footer .social-link li{border: none; padding: 5px !important; margin: 0 !important;}
footer .social-link ul li a i{color: #E7E5E5;}
footer .social-link ul li a:hover i{color: #ffd700;}

.copyrightRow{padding-top: 35px;color: #E7E5E5; font-size: 17px;}
.footer-bottom{border-top: 1px solid #FFFFFF1A; margin-top: 90px;}


form .frm-row{width:100%; display:block; padding: 1px 0;}
form .frm-row .frm-col2{width: 49.5%; display: inline-block; vertical-align:top;}
form .frm-row .frm-col2:first-child{padding-right: 7px;}
form .frm-row .frm-col2:last-child{padding-left: 7px;}
form .frm-row .frm-colfull{display:block; width:99.5%;}
form .frm-row-btn p{margin-bottom: 0;}
.contactform{padding-left:20px;}
.contactform .wpcf7-spinner{display: block;}
form .frm-col p{margin-bottom: 10px;}

form p{margin: 0;}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form select, form input[type="search"], form input[type="password"]{width: 100%; color: #000000; background-color: #fff; border: none; border-radius: 5px; padding: 13px 20px; font-size: 15px; outline: unset;font-family: "Inter";font-weight: 400;margin-bottom: 7px;}
form textarea{width: 100%; color: #000000;  border: none; border-radius: 5px; padding: 13px 20px; font-size: 15px; outline: unset; height: 158px; resize: unset;font-family: "Inter";background-color: #fff;font-weight: 300;margin-bottom: 7px;}
form input[type="submit"]{ position: relative; background-color: #ff8a00;  border-radius: 35px !important;  padding: 10px 35px 13px !important;  font-size: 16px !important;  border: none !important; cursor: pointer;  color: #fff !important;  font-size: 16px !important;  position: relative; font-family: "Inter"; display: inline-block; font-weight: 400;
-webkit-transition: all 500ms ease;	-moz-transition: all 500ms ease;	-ms-transition: all 500ms ease;	-o-transition: all 500ms ease;	transition: all 500ms ease; }
form input[type="submit"]:hover{ animation: all 1000ms  ease-in; background-color: #ffa133; opacity: 0.7; color: #fff !important;  }

form .frm-row p{margin-bottom: 10px;}
.frm-row-btn{margin-top: 30px;}














.comments-area{margin-top: 20px;background-color: #f4f4f4; padding: 25px 0 0;}
.comments-area h2.comments-title{font-size: 32px;}
.comments-area footer {  color: #000;  background-color: transparent !important;  padding: 0 0 0 0;}
.comments-area .comment-author img{border-radius: 50%; width: 70px; height: 70px;}
.comments-area ol{margin-left: 15px;}
.comments-area .comment-author a{color: #000;}


.comments-area .comment-metadata{padding-bottom: 10px;}
.comments-area .comment-metadata a{color: #000;}
.comments-area .comment-metadata time{font-size: 14px;}

.comments-area .reply svg{ width: 20px; height: 20px; display: inline-block; margin-right: 15px;}
.comments-area .reply{margin-bottom: 25px;}
.comments-area input[type="text"], .comments-area input[type="tel"], .comments-area input[type="email"], .comments-area select, .comments-area input[type="url"]{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fdfdfd; font-size: 18px; color: #bfbfbf; text-transform: uppercase; outline: none;}
.comments-area textarea{margin-bottom: 10px !important;width: 100%; padding: 15px 20px; border: 1px solid #d3d3d3; background-color: #fff; font-size: 18px; color: #000;height: 9em;outline: none;}
.comments-area h3.comment-reply-title small a{ color:#000 !important; font-size: 22px; margin-left: 15px;}




/*--------Responsive start--------------*/



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

  
}


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

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

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

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

@media screen and (max-width:1260px){
    
    
    
 .p-t-150{padding-top:130px;}
	.p-b-150{padding-bottom:130px;}
	.m-t-150{margin-top:130px;}
	.m-b-150{margin-bottom:130px;} 
  
	

  
}

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

    
.container{  max-width: 94% !important;}
.comments-area{  margin: auto;}
.single-post .nav-links{ margin: auto;}

   
}



@media screen and (max-width:1200px){
      
h1 { font-size: 36px; line-height: 1.2; margin-bottom: 20px; }
h2{font-size: 24px; line-height: 1.2; margin-bottom: 20px; }
h3{font-size: 22px; line-height: 1.1; margin-bottom: 15px;}
h4{font-size: 19px; line-height: 1.1em; margin-bottom: 20px; }
h5{font-size:17px; line-height:22px; margin-bottom: 20px;  }
.home-row-banner ul li a{padding: 5px 15px 5px 35px; font-size: 20px;}
.home-row-banner ul li strong{font-size: 20px;width: 50px; height: 50px;}
.home-row-banner ul li strong i{margin-top: 15px; font-size: 20px;}
.offerTbl h2{ font-size: 24px; line-height: 1;}
.easyWritingRow .easyWritingCol .easyWritingCon{font-size: 16px; line-height: 20px;}
.trustedGenuineCol h3{font-size: 18px;}
footer h3{font-size: 18px;}

    .inner-bannr{ padding-top: 160px; padding-bottom: 110px; }
.inner-bannr h2{font-size: 40px; }
.home-row-banner h2{font-size: 36px; line-height:1.1;}
.post-title-cls h1{font-size: 32px;line-height: 1.1;}
.post-row-content h2{font-size: 24px; line-height: 1.1;}
.post-row-content h3{font-size: 20px; line-height: 1.2;}
  
  header .topbar-top .one{-ms-flex: 0 0 33.333333%;  flex: 0 0 33.333333%;  max-width: 33.333333%;}
  header .topbar-top .two{-ms-flex: 0 0 66.666666%;  flex: 0 0 66.666666%;  max-width: 66.666666%;}
  .home-row-banner ul li{width: 100%;}
  
  
    
}



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


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





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

  
   
}


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


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



	.p-t-125{padding-top:90px;}
	.p-b-125{padding-bottom:90px;}
    .p-t-98{padding-top: 70px !important;;}
    .p-b-98{padding-bottom: 70px !important;}
    .m-t-98{margin-top: 70px !important;}
    .m-b-98{margin-bottom: 70px !important;}
.m-t-125{margin-top:90px;}
.m-b-125{margin-bottom:90px;}
	.default-page-content {  padding-top: 70px;  padding-bottom: 70px;}
    

	.p-t-150{padding-top:110px;}
	.p-b-150{padding-bottom:110px;}
.m-t-150{margin-top:110px;}
.m-b-150{margin-bottom:110px;}


.default-row-content {  padding-top: 70px;}

   
}

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


@media screen and (max-width:991px){
	
     
    .rmp_menu_trigger.rmp-menu-trigger-boring {  display: block !important;}
	    
button.rmp_menu_trigger{display: block !important; top:70px !important;width: 35px !important;height: 35px !important; right: 12px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner::before {  top: 7px;width: 20px !important;}

	button.rmp_menu_trigger .responsive-menu-pro-inner::after {  bottom: 7px;width: 20px !important;}
	button.rmp_menu_trigger .responsive-menu-pro-inner{width: 20px !important;}
	button.rmp_menu_trigger .rmp-trigger-box {		width: 20px !important;}
    
     .rmp_menu_trigger.rmp-menu-trigger-boring:hover, .rmp_menu_trigger.rmp-menu-trigger-boring:focus, .rmp_menu_trigger.rmp-menu-trigger-boring{background: #ffd700 !important; cursor: pointer;position: absolute !important;}
	#rmp-menu-wrap-3224 .rmp-menu-current-item .rmp-menu-item-link, #rmp-menu-wrap-3224 li .rmp-menu-item-link:hover{background: #ffd700 !important;}
    #rmp-menu-wrap-3224 li a:hover{background: #ffd700 !important;}
    .topbar-logo .one{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
    .topbar-logo .two{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;}
    
    .header .headerTopMenu .mainmenu-div{display: none !important;}
  
  .sitelogo img{width: 150px;}
 
  
}



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

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

    footer .footer-top .two .cipi{padding: 25px 15px;}
   form .frm-row .frm-col2 {  width: 49.2%;}
  

}


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

    
}

@media screen and (max-width:860px){
  
    footer .footer-top .two .cipi{padding-left: 40px;}
    .whatsapps{left: 5px;bottom: 5px;}
    .whatsapps img{width: 40px;}
    footer .footer-top .one {  padding-right: 0px;}
	.reachCorner-tr .reachCorner-img img {  height: 203px;}
	.blogColMain .blog-img img{height:252px;}
    .sidebarContent .section-content{padding-left: 0;padding-top: 30px;}
    .serviceLftContent .section-content{padding-right: 0;}
	
   form .frm-row .frm-col2 {  width: 49.5%;}
  
  footer .footer-top .four .cipi{padding-left: 70px;}
  
}

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

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

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



	.p-t-125{padding-top:55px;}
	.p-b-125{padding-bottom:55px;}      
    .p-t-98{padding-top: 40px !important;}
    .p-b-98{padding-bottom: 40px !important;}
    .m-t-98{margin-top: 40px !important;}

    .m-b-98{margin-bottom: 40px !important;}
.m-t-125{margin-top:55px;}
.m-b-125{margin-bottom:55px;}	


	.p-t-150{padding-top:65px;}
	.p-b-150{padding-bottom:65px;}
.m-t-150{margin-top:65px;}
.m-b-150{margin-bottom:65px;}

	.default-page-content {  padding-top: 40px;  padding-bottom: 40px;}

    
   
    /*header .topbar-bottom .two{display: none;}*/

	.mobiledisplay{display:block;}
    
      
    
    /*.topbar-bottom {  padding: 20px 0 10px 0;}*/
   
    .col-middle-gap .one{padding-right: 0px;}
    .col-middle-gap .two{padding-left: 0px;}
    
    /*.contact-row-two .two{padding-left: 0px; padding-top: 45px;}*/
  
    
    .mob-rightimg-row .row .col-cmn:nth-of-type(1) { order: 2;display: block; width: 100% !important; }
.mob-rightimg-row .row .col-cmn:nth-of-type(2) { order: 1;display: block; width: 100% !important;  margin-bottom: 10px; }
/*.mob-rightimg-row .row {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}*/


    .home-row-banner{background-size: auto 50%;background-color: #fff; padding-top: 140px;}
    .home-row-banner:before{height: 50%;}
    .home-row-banner .one .section-content{width: 100%;}
     h1 {    font-size: 30px; line-height: 1;    margin-bottom: 20px;  }
	 
.offerTbl{display: block;padding-bottom: 15px; }
.offerTbl .offerTbl-tr{display: block;}
.offerTbl .offerTbl-td{display: block;padding-bottom: 15px;}
.offerTbl .offerTbl-td:first-child{text-align: center;}
.offerTbl .offerTbl-td:last-child{text-align: center;}
.offerTbl h2{margin-bottom: 15px; font-size: 22px;}

    .easyWritingRow .easyWritingCol .easyWritingCon{vertical-align: middle;}
    .easyWritingRow .easyWritingCol {  -ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%;  margin: 10px 0;}
    .assignmentWritingCol .assignmentWriting-img img{height: auto;}
    .reachCorner-tr .reachCorner-img img{height: auto;}
    .blogColMain .blog-img img{height: auto;}
    .reachCorner-tr .reachCorner-cont{text-align: center;}
	.assignmentWritingCol .section-content{text-align: center;}
	
    .faqListRow .accordionjs{margin-bottom: 0 !important;}
    .faqListRow .faqListCol:last-child .faqBox{margin-top: 0 !important;}
    .topbar-top .two{display: none;}
    .topbar-logo .sitelogo {  margin-top: 0px;}
    .topbar-logo {padding: 10px 0 0 0;}

    .inner-bannr{ padding-top: 140px; padding-bottom: 100px; }
.inner-bannr h2{font-size: 32px; }
.home-row-banner h2{font-size: 30px; line-height:1.1;}
  .home-row-about::before{display: none;}
  .home-row-about{padding-top: 0px !important;}
  .serviceRow .two, .certifiedRow .two{padding-top: 35px;}
  .blogMain .blogMain-img img{height: auto;}
  
  footer .footer-top .two .cipi,footer .footer-top .two, footer .footer-top .four .cipi{padding-left: 0px;}
  .footer-content img{max-width: 180px !important;}
  .about-template .home-row-about{padding-top: 70px !important;}

}



@media screen and (max-width:680px){
  
    .footerTop-menuInnr .footerTop-menuCol{padding-right: 0; width: 100%;margin-bottom: 20px;}
    .footerTop-menuInnr .footerTop-menuCol:last-child {  padding-left: 0;}
    .footercopyRight .footercopyRight-left{padding-right: 0; width: 100%; display: block;}
    .footercopyRight .footercopyRight-right {  display: block;  width: 100%;  padding-left: 0px;  text-align: left;}    
 .footercopyRight .footercopyRight-left { order: 2;display: block; width: 100% !important; }
.footercopyRight .footercopyRight-right { order: 1;display: block; width: 100% !important;  }
.footercopyRight {-ms-box-orient: horizontal;  display: -webkit-box !important;  display: -moz-box !important;  display: -ms-flexbox !important;  display: -moz-flex !important;  display:    -webkit-flex !important;  -webkit-flex-flow: row wrap !important;  flex-flow: row wrap !important;width: 100%;}
  
  
  
}




@media screen and (max-width:600px){
  
  .whychooseBoxList .whychooseBox{-ms-flex: 0 0 100%;  flex: 0 0 100%;  max-width: 100%; margin-left: 0; margin-right: 0;}
  .whychooseBoxList .whychooseBox:nth-child(2n) {  margin-left: 0;}
  
form .frm-row .frm-col2{width: 100%; display: inline-block;}
form .frm-row .frm-col2:first-child{padding-right: 0;}
form .frm-row .frm-col2:last-child{padding-left: 0;}

  
}


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

     h1 {    font-size: 28px; line-height: 1;    margin-bottom: 15px;  }
.home-row-banner h2{font-size: 28px; line-height:1.1;}
.post-title-cls h1{font-size: 30px;line-height: 1.1;}
  
  
}

@media screen and (max-width:430px){
  
    .topbar-top .header-top-left {  padding-right: 10px; font-size: 13px;}
  
  
}

@media screen and (max-width:390px){
   
    .sitelogo img{max-width: 230px !important;}
    button.rmp_menu_trigger{top: 60px !important;}
    
}

@media screen and (max-width:360px){
	
    
    .topbar-top .header-top-left {  padding-right: 5px; font-size: 12px;}
    
}

